body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'futura-pt', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #333333;
  max-width: 1600px;
  margin: auto; }

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  padding: 0;
  list-style: none; }
  ul li {
    display: flex;
    color: #ccc; }
    ul li:before {
      content: '\2022';
      font-size: 20px;
      color: #ccc; }
  ul.white li, ul.white li:before {
    color: #fff; }
  ul.black li, ul.black li:before {
    color: #000; }
  ul.dark_grey li, ul.dark_grey li:before {
    color: #666666; } 
  ul.green li, ul.green li:before {
    color: #007c41 !important; }

img, iframe {
  max-width: 100%; }
  
.white, .white:before, .white:after {
  color: #fff !important; }

.black, .black:before, .black:after {
  color: #000 !important; }

.green, .green:before, .green:after {
  color: #007c41 !important; }

.blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-size: 24px; }
  .blockquote:before {
    content: open-quote;
    display: inline;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-family: Helvetiva,sans-serif; }
  .blockquote:after {
    content: close-quote;
    display: inline;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
    font-family: Helvetiva,sans-serif; }  
  
section {
  background-color: #fff; }
  section .pretitle {
    text-align: left;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
  section .section-inner {
    padding: 25px 25px;
    max-width: 700px;
    margin: 0 auto; }
  section h1, section h2, section h3 {
    margin: 0;
    padding-bottom: 32px;
    line-height: 1.1em;
    font-weight: bold;
    text-rendering: optimizeLegibility; }
  section h1 {
    font-size: 50px; }
  section h2 {
    font-size: 50px; }
  section h3 {
    font-size: 25px; }
  section p {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    color: #666666; }
  @media (max-width: 601px) {
    section h1 {
      font-size: 24px; }
    section h2 {
      font-size: 24px; }
    section h3 {
      font-size: 20px; } }

/*****************************************************
 * SECTION.TEXT-PARAGRAPH
 */
section.section.text-paragraph.column-2 .section-inner {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px; }
  @media (max-width: 800px) {
    section.section.text-paragraph.column-2 .section-inner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
section.section.text-paragraph.column-2 .col-1, section.section.text-paragraph.column-2 .col-2 {
  width: 50%;
  padding: 40px 25px; }
  @media (max-width: 800px) {
    section.section.text-paragraph.column-2 .col-1, section.section.text-paragraph.column-2 .col-2 {
      width: 100%;
      padding: 30px 25px; } }
section.section.text-paragraph.theme-grey {
  background-color: #F0F0F0;
  color: #555555; }
  section.section.text-paragraph.theme-grey p {
    color: #555555; }
  section.section.text-paragraph.theme-grey a.cta {
    text-decoration: none;
    color: #555555;
    border: 2px solid #ffffff;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    padding: 12px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    section.section.text-paragraph.theme-grey a.cta:hover {
      color: #007c41;
      background-color: #ffffff; }    
section.section.text-paragraph.theme-green {
  background-color: #007c41;
  color: #fff; }
  section.section.text-paragraph.theme-green p {
    color: #fff; }
  section.section.text-paragraph.theme-green a.cta {
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    padding: 12px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    section.section.text-paragraph.theme-green a.cta:hover {
      color: #007c41;
      background-color: #ffffff; }
section.section.text-paragraph .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  section.section.text-paragraph .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*****************************************************
 * FULL-WIDTH-PAGE-BANNER-WITH-CTA
 */
section.section.full-width-page-banner-with-cta {
  position: relative; }
  section.section.full-width-page-banner-with-cta .section-inner {
    padding: 0;
    max-width: none;
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    section.section.full-width-page-banner-with-cta .section-inner:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      text-align: center; }
    section.section.full-width-page-banner-with-cta .section-inner .text-wrapper {
      text-align: center;
      min-height: 450px;
      position: relative;
      z-index: 2;
      padding: 105px 0;
      width: 60%;
      margin: 0 auto; }
      @media (max-width: 700px) {
        section.section.full-width-page-banner-with-cta .section-inner .text-wrapper {
          width: 100%;
          padding: 150px 4%; } }
      section.section.full-width-page-banner-with-cta .section-inner .text-wrapper h1, section.section.full-width-page-banner-with-cta .section-inner .text-wrapper h2, section.section.full-width-page-banner-with-cta .section-inner .text-wrapper h3 {
        color: #fff; }
      section.section.full-width-page-banner-with-cta .section-inner .text-wrapper p {
        color: #fff; }
      section.section.full-width-page-banner-with-cta .section-inner .text-wrapper a.cta {
        text-decoration: none;
        color: #ffffff;
        border: 2px solid #ffffff;
        font-size: 20px;
        margin-top: 30px;
        display: inline-block;
        padding: 12px 18px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        section.section.full-width-page-banner-with-cta .section-inner .text-wrapper a.cta:hover {
          color: #007c41;
          background-color: #ffffff; }

/*****************************************************
 * CTA-UNFOLD-A-FORM
 */
section.section.cta-unfold-a-form .section-inner .cta-wrapper .cta.form-toggle {
  background-color: #C5007B;
  font-family: 'futura-pt', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  text-transform: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer; }
  section.section.cta-unfold-a-form .section-inner .cta-wrapper .cta.form-toggle:hover {
    background-color: #ed0093; }
section.section.cta-unfold-a-form .section-inner .client-form {
  padding: 25px 0;
  display: none;
  width: 600px;
  margin: 0 auto;
  max-width: 100%; }
  section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form {
    font-family: 'futura-pt', 'Helvetica Neue', 'Helvetica', Arial, sans-serif; }
    section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item {
      margin-bottom: 25px; }
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item label {
        display: block;
        font-size: 16px;
        margin-bottom: 5px; }
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item label[for="opt-in-checkbox"] {
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px; }
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item label[for="name"],
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item label[for="company"],
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item label[for="email"] {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;}
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-item input.form-text {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #d0d0d0;
        padding: 7px;
        max-width: 100%;
        font-size: 20px; }
    section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form fieldset {
      display: block;
      -webkit-margin-start: 2px;
      -moz-margin-start: 2px;
      margin-inline-start: 2px;
      -webkit-margin-end: 2px;
      -moz-margin-end: 2px;
      margin-inline-end: 2px;
      -webkit-padding-before: 0.35em;
      padding-block-start: 0.35em;
      -webkit-padding-start: 0.75em;
      -moz-padding-start: 0.75em;
      padding-inline-start: 0.75em;
      -webkit-padding-end: 0.75em;
      -moz-padding-end: 0.75em;
      padding-inline-end: 0.75em;
      -webkit-padding-after: 0.625em;
      padding-block-end: 0.625em;
      min-inline-size: -webkit-min-content;
      min-inline-size: -moz-min-content;
      min-inline-size: min-content;
      border-width: 2px;
      border-style: groove;
      border-color: threedface;
      -webkit-border-image: initial;
      -moz-border-image: initial;
      -o-border-image: initial;
      border-image: initial;
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em; }
    section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-actions {
      padding: 5% 7%;
      text-align: center;
      width: 100%; }
      section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-actions .form-submit {
        font-size: 20px;
        color: white;
        text-transform: none;
        background-color: #C5007B;
        padding: 12px 22px;
  margin: 0 16px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        font-family: 'futura-pt', 'Helvetica Neue', 'Helvetica', Arial, sans-serif; }
        section.section.cta-unfold-a-form .section-inner .client-form .webform-client-form .form-actions .form-submit:hover {
          background-color: #ed0093; }

/*****************************************************
 * CTA-IN-DIFFERENT-COLORS
 */
section.section.cta-in-different-colors .section-inner .cta {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 18px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none; }
section.section.cta-in-different-colors .section-inner .scheme-white {
  color: #333333;
  background-color: #ffffff; }
  section.section.cta-in-different-colors .section-inner .scheme-white .cta {
    color: #007c41;
    border: 2px solid #007c41; }
    section.section.cta-in-different-colors .section-inner .scheme-white .cta:hover {
      color: #ffffff;
      background-color: #007c41; }
section.section.cta-in-different-colors .section-inner .scheme-transparent {
  color: #fff;
  background-color: transparent; }
  section.section.cta-in-different-colors .section-inner .scheme-transparent .cta {
    color: #fff;
    border: 2px solid #fff; }
    section.section.cta-in-different-colors .section-inner .scheme-transparent .cta:hover {
      color: #007c41;
      border: 2px solid #007c41;
      background-color: #fff; }
section.section.cta-in-different-colors .section-inner .scheme-green {
  color: #fff;
  background-color: #fff; }
  section.section.cta-in-different-colors .section-inner .scheme-green .cta {
    color: #fff;
    border: 2px solid #007c41;
    background-color: #007c41; }
    section.section.cta-in-different-colors .section-inner .scheme-green .cta:hover {
      color: #007c41;
      background-color: #fff; }
section.section.cta-in-different-colors .section-inner .scheme-purple {
  color: #fff;
  background-color: #fff; }
  section.section.cta-in-different-colors .section-inner .scheme-purple .cta {
    color: #fff;
    border: 2px solid #C5007B;
    background-color: #C5007B; }
    section.section.cta-in-different-colors .section-inner .scheme-purple .cta:hover {
      color: #C5007B;
      background-color: #fff; }
section.section.cta-in-different-colors .section-inner .scheme-red {
  color: #fff;
  background-color: #fff; }
  section.section.cta-in-different-colors .section-inner .scheme-red .cta {
    color: #fff;
    border: 2px solid #BA0101;
    background-color: #BA0101; }
    section.section.cta-in-different-colors .section-inner .scheme-red .cta:hover {
      color: #BA0101;
      background-color: #fff; }
section.section.cta-in-different-colors .section-inner .scheme-yellow {
  color: #fff;
  background-color: #fff; }
  section.section.cta-in-different-colors .section-inner .scheme-yellow .cta {
    color: #fff;
    border: 2px solid #EE7F00;
    background-color: #EE7F00; }
    section.section.cta-in-different-colors .section-inner .scheme-yellow .cta:hover {
      color: #EE7F00;
      background-color: #fff; }

/*****************************************************
 * CTA-IN-DIFFERENT-COLORS.CTA-TRANSPARENT
 */
/*****************************************************
 * SECTION.USP-ICON-BAR
 */
section.section.usp-icon-bar {
  position: relative; }
  section.section.usp-icon-bar .section-inner {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #007c41;
    max-width: none; }
    @media screen and (max-width: 1024px) {
      section.section.usp-icon-bar .section-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px 16px; } }
    @media screen and (max-width: 1024px) {
      section.section.usp-icon-bar .section-inner .text-wrapper {
        width: 100%; } }
    section.section.usp-icon-bar .section-inner .text-wrapper h2.title {
      font-size: 38px;
      line-height: 1.1em;
      color: white; }
      @media screen and (max-width: 1024px) {
        section.section.usp-icon-bar .section-inner .text-wrapper h2.title {
          text-align: center;
          line-height: 1.1em;
          font-size: 24px; } }
    section.section.usp-icon-bar .section-inner .section-fragments {
      width: 70%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        section.section.usp-icon-bar .section-inner .section-fragments {
          width: 100%;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      section.section.usp-icon-bar .section-inner .section-fragments .section-fragment {
        width: 33%;
        padding: 25px 25px;
        position: static;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          section.section.usp-icon-bar .section-inner .section-fragments .section-fragment {
            width: 100%;
            max-width: 480px;
            margin: 0 auto; } }
        @media screen and (min-width: 1025px) {
          section.section.usp-icon-bar .section-inner .section-fragments .section-fragment:hover {
            background-color: #1A8954; }
            section.section.usp-icon-bar .section-inner .section-fragments .section-fragment:hover .section-body {
              display: block !important;
              position: absolute;
              top: 100%;
              left: 0;
              padding: 32px 15%;
              color: white;
              background-color: #1A8954;
              z-index: 99;
              width: 100%; } }
        section.section.usp-icon-bar .section-inner .section-fragments .section-fragment .section-image {
          text-align: center;
          padding-bottom: 16px;
          border-bottom: 1px solid #fff; }
        section.section.usp-icon-bar .section-inner .section-fragments .section-fragment h3.section-title {
          color: white;
          text-align: center;
          font-weight: 400;
          font-size: 24px;
          padding: 16px; }
          @media screen and (max-width: 1024px) {
            section.section.usp-icon-bar .section-inner .section-fragments .section-fragment h3.section-title {
              color: white;
              cursor: pointer;
              font-size: 20px;
              padding: 16px 35px 10px 16px;
              background: #007c41 url(https://www.dekra-product-safety.com/profiles/dekracert/themes/ditheme/css/img/readmore_white.svg) no-repeat center right;
              -moz-background-size: 40px 40px;
              background-size: 40px 40px; } }
        section.section.usp-icon-bar .section-inner .section-fragments .section-fragment .section-body {
          display: none;
          background-color: #1A8954;
          padding: 16px; }
          section.section.usp-icon-bar .section-inner .section-fragments .section-fragment .section-body p {
            margin: 5px 0;
            color: #fff; }

/*****************************************************
 * CONTACT-PERSON-ELEMENT
 */
section.contact-person-element .section-inner {
  margin: 0 auto;
  padding: 0 20px; }
  @media all and (min-width: 501px) {
    section.contact-person-element .section-inner {
      width: 70%;
      max-width: 1200px; } }
  section.contact-person-element .section-inner .contact-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.contact-person-element .section-inner .contact-person-image {
      padding: 20px;
      width: 100%;
      line-height: 0; }
      @media all and (min-width: 768px) {
        section.contact-person-element .section-inner .contact-person-image {
          width: 50%; } }
      section.contact-person-element .section-inner .contact-person-image img {
        width: 100%;
        height: auto; }
    section.contact-person-element .section-inner .contact-person-infobox {
      padding: 20px;
      width: 100%; }
      @media all and (min-width: 768px) {
        section.contact-person-element .section-inner .contact-person-infobox {
          width: 50%; } }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person-pretitle {
        color: #b3b3b3;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px; }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person-title {
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0;
        line-height: 1.1em; }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person-description, section.contact-person-element .section-inner .contact-person-infobox .contact-person-phone {
        font-size: 16px;
        line-height: 1.4em;
        color: #333333; }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person-phone-label, section.contact-person-element .section-inner .contact-person-infobox .contact-person-phone .phone-number {
        display: inline-block; }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person-phone-label {
        margin-right: 5px; }
      section.contact-person-element .section-inner .contact-person-infobox .contact-person--cta a {
        color: #fff;
        background: #007c41;
        display: inline-block;
        margin-top: 10px;
        padding: 10px 16px;
        border: 2px solid #007c41;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 20px;
        line-height: 1.2em; }
        section.contact-person-element .section-inner .contact-person-infobox .contact-person--cta a:hover {
          background: #fff;
          border: 2px solid #007c41;
          color: #007c41; }

/*
 * CONTACT-PERSON-ELEMENT - END
 *****************************************************/
/*****************************************************
 * RELATED-ARTICLES-ELEMENT
 */
section.related-articles-element {
  width: 100%;
  padding: 0px -webkit-calc((100vw - 1200px) / 2);
  padding: 0px -moz-calc((100vw - 1200px) / 2);
  padding: 0px calc((100vw - 1200px) / 2);
  margin: 0 auto; }
  section.related-articles-element .section-inner {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.related-articles-element .section-inner .article {
      padding: 16px;
      width: 100%; }
      @media all and (min-width: 701px) {
        section.related-articles-element .section-inner .article {
          width: 50%; } }
      @media all and (min-width: 1025px) {
        section.related-articles-element .section-inner .article {
          width: 33.333%; } }
      section.related-articles-element .section-inner .article-image a {
        display: block; }
        section.related-articles-element .section-inner .article-image a img {
          width: 100%;
          height: auto; }
      section.related-articles-element .section-inner .article-created, section.related-articles-element .section-inner .article-category {
        color: #666666;
        font-size: 16px;
        line-height: 1.4em;
        text-transform: uppercase; }
      section.related-articles-element .section-inner .article-content {
        padding: 8px 0;
        margin-bottom: 16px; }
        section.related-articles-element .section-inner .article-content a {
          text-decoration: none;
          font-size: 20px;
          font-weight: 600;
          line-height: 1em;
          color: #007c41; }

/*
 * RELATED-ARTICLES-ELEMENT - END
 *****************************************************/
/*****************************************************
 * HEADER-ELEMENT
 */
section.section.header-element .section-inner {
  background-color: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  max-width: 1600px;
  padding: 20px 32px;
  margin: auto;
  overflow: auto; }
  @media (max-width: 800px) {
    section.section.header-element .section-inner {
      padding: 10px 25px; } }
section.section.header-element .logo-wrapper {
  position: relative; }
  section.section.header-element .logo-wrapper .logo {
    background-image: url(https://www.dekra-certification.nl/profiles/dekracert/themes/ditheme/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 155px;
    height: 60px; }
    @media (max-width: 800px) {
      section.section.header-element .logo-wrapper .logo {
        width: 120px;
        height: 50px; } }

/*****************************************************
 * FOOTER-ELEMENT
 */
section.footer-element {
  background-color: #007c41; }
  section.footer-element .section-inner {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.footer-element .section-inner .footer-element-contact,
    section.footer-element .section-inner .footer-element-copyright {
      font-size: 20px;
      color: #f2f2f2;
      text-transform: uppercase;
      line-height: 55px; }
      @media all and (max-width: 768px) {
        section.footer-element .section-inner .footer-element-contact,
        section.footer-element .section-inner .footer-element-copyright {
          width: 100%;
          text-align: center; } }
      section.footer-element .section-inner .footer-element-contact .row,
      section.footer-element .section-inner .footer-element-copyright .row {
        display: inline-block; }
      section.footer-element .section-inner .footer-element-contact a,
      section.footer-element .section-inner .footer-element-copyright a {
        text-decoration: none;
        color: inherit; }
      section.footer-element .section-inner .footer-element-contact span.separator,
      section.footer-element .section-inner .footer-element-copyright span.separator {
        background-color: #f2f2f2;
        display: inline-block;
        height: 1.1em;
        line-height: 1em;
        width: 1px;
        margin: 0 14px; }
    section.footer-element .section-inner .footer-element-contact .icon {
      display: inline-block;
      width: 56px;
      height: 56px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #f2f2f2;
      text-align: center;
      margin-right: 14px; }
    @media all and (max-width: 768px) {
      section.footer-element .section-inner .footer-element-contact {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.footer-element .section-inner .footer-element-contact .row {
          width: 100%;
          display: block; }
        section.footer-element .section-inner .footer-element-contact .icon {
          margin: 0 7px;
          line-height: 55px; }
        section.footer-element .section-inner .footer-element-contact a {
          width: 100%;
          line-height: 25px; }
        section.footer-element .section-inner .footer-element-contact span.separator {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          line-height: 25px; } }

/*
 * FOOTER-ELEMENT - END
 *****************************************************/
/*****************************************************
 * SLIDER-ELEMENT
 */
section.slider-element .section-inner {
  max-width: none;
  padding: 0; }
  section.slider-element .section-inner .swiper-container {
    width: 100%;
    height: 100%; }
  section.slider-element .section-inner .swiper-slide {
    position: relative;
    width: 100%;
    height: 460px;
    max-height: 100vw; }
    @media all and (min-width: 768px) {
      section.slider-element .section-inner .swiper-slide {
        width: 50%; } }
    section.slider-element .section-inner .swiper-slide:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: black;
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      opacity: .7; }
    section.slider-element .section-inner .swiper-slide .slider-bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: -1; }
    section.slider-element .section-inner .swiper-slide .text-content {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 20px 50px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #fff;
      z-index: 1; }
      section.slider-element .section-inner .swiper-slide .text-content .pretitle {
        font-size: 16px;
        line-height: 1.4em;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        opacity: 0; }
      section.slider-element .section-inner .swiper-slide .text-content .title {
        padding: 0;
        font-size: 24px;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.5); }
        @media all and (min-width: 650px) {
          section.slider-element .section-inner .swiper-slide .text-content .title {
            font-size: 38px; } }
      section.slider-element .section-inner .swiper-slide .text-content .slideshow-link a {
        display: block;
        color: #ffffff;
        border: 2px solid #ffffff;
        text-decoration: none;
        padding: 12px 18px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 20px;
        opacity: 0; }
        section.slider-element .section-inner .swiper-slide .text-content .slideshow-link a:hover {
          color: #007c41;
          background-color: #fff; }
    section.slider-element .section-inner .swiper-slide-active .text-content .pretitle {
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      opacity: 1; }
    section.slider-element .section-inner .swiper-slide-active .text-content .title {
      color: #fff; }
    section.slider-element .section-inner .swiper-slide-active .text-content .slideshow-link a {
      opacity: 1; }
    section.slider-element .section-inner .swiper-slide-active:after {
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      opacity: .4; }
  section.slider-element .section-inner .swiper-button-next,
  section.slider-element .section-inner .swiper-button-prev {
    display: table;
    outline: none;
    background: none;
    height: auto;
    width: auto;
    padding: 20px;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
    section.slider-element .section-inner .swiper-button-next i.chevron,
    section.slider-element .section-inner .swiper-button-prev i.chevron {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-size: 20px;
      line-height: 20px;
      height: 10px;
      width: 10px; }
  section.slider-element .section-inner .swiper-button-next {
    right: 25px;
    background: url("https://www.dekra-certification.nl/profiles/dekracert/themes/ditheme/css/img/arrow_right_white.svg"); }
    @media all and (min-width: 768px) {
      section.slider-element .section-inner .swiper-button-next {
        right: 25vw; } }
  section.slider-element .section-inner .swiper-button-prev {
    left: 25px;
    background: center/contain no-repeat url("https://www.dekra-certification.nl/profiles/dekracert/themes/ditheme/css/img/arrow_left_white.svg"); }
    @media all and (min-width: 768px) {
      section.slider-element .section-inner .swiper-button-prev {
        left: 25vw; } }

/*
 * SLIDER-ELEMENT - END
 *****************************************************/
/*****************************************************
 * CONTACT-DETAIL-ELEMENT
 */
section.contact-detail-element {
  position: relative; }
  section.contact-detail-element .section-inner {
    max-width: none;
    min-height: 200px;
    padding: 25px; }
    section.contact-detail-element .section-inner .contact-detail-element-wrapper {
      width: 100%;
      margin: 0 auto; }
      @media all and (min-width: 700px) {
        section.contact-detail-element .section-inner .contact-detail-element-wrapper {
          width: 60%; } }
      @media all and (min-width: 1200px) {
        section.contact-detail-element .section-inner .contact-detail-element-wrapper {
          width: 320px;
          margin-top: 0;
          position: absolute;
          z-index: 10;
          right: 0;
          top: 20px; } }
      section.contact-detail-element .section-inner .contact-detail-element-wrapper__title {
        background-color: #007c41;
        text-align: center;
        padding: 15px 20px;
        color: #fff;
        display: block;
        border-bottom: 4px solid #fff;
        font-size: 20px;
        line-height: 1.3em;
        text-decoration: none;
        margin-bottom: 2px;
        border: none; }
        section.contact-detail-element .section-inner .contact-detail-element-wrapper__title:hover {
          text-decoration: underline; }
      section.contact-detail-element .section-inner .contact-detail-element-wrapper__phone, section.contact-detail-element .section-inner .contact-detail-element-wrapper__email {
        display: block;
        padding: 15px 20px;
        margin: 2px 0;
        font-size: 20px;
        line-height: 1em;
        background-color: #f2f2f2;
        color: #666666;
        text-decoration: none; }
        section.contact-detail-element .section-inner .contact-detail-element-wrapper__phone i.zmdi, section.contact-detail-element .section-inner .contact-detail-element-wrapper__email i.zmdi {
          margin-right: 10px;
          color: #666666; }
        section.contact-detail-element .section-inner .contact-detail-element-wrapper__phone:hover, section.contact-detail-element .section-inner .contact-detail-element-wrapper__email:hover {
          text-decoration: underline; }
      section.contact-detail-element .section-inner .contact-detail-element-wrapper__email {
        color: #007c41; }

/*****************************************************
* FAQ-ELEMENT
*/
section.faq-element {
  background: transparent; }
  section.faq-element .section-inner {
    max-width: none;
    padding: 0; }
  section.faq-element .faq-wrapper {
    position: relative;
    margin-bottom: 4px;
    padding: 0 25px;
    background: #007c41; }
    section.faq-element .faq-wrapper.closed {
      background: #fff; }
      section.faq-element .faq-wrapper.closed .faq-question .zmdi {
        display: none; }
      section.faq-element .faq-wrapper.closed h3 {
        color: #333333;
        font-size: 25px; }
    section.faq-element .faq-wrapper:hover {
      background: #007c41; }
      section.faq-element .faq-wrapper:hover h3 {
        -webkit-transition: font-size 300ms ease-in-out;
        -o-transition: font-size 300ms ease-in-out;
        -moz-transition: font-size 300ms ease-in-out;
        transition: font-size 300ms ease-in-out;
        cursor: pointer;
        color: #fff; }
  section.faq-element .faq-question {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0;
    color: #fff;
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
    section.faq-element .faq-question h3 {
      font-size: 32px;
      padding: 30px 40px 30px 0px; }
    section.faq-element .faq-question .zmdi {
      position: absolute;
      top: 30px;
      right: 10px;
      color: #fff;
      font-size: 25px;
      line-height: 25px;
      pointer-events: none; }
    @media all and (max-width: 1000px) {
      section.faq-element .faq-question h3 {
        font-size: 18px !important; } }
  section.faq-element .faq-answer {
    display: none;
    max-width: 960px;
    margin: auto; }
    section.faq-element .faq-answer p {
      color: #fff;
      font-size: 16px; }
      @media all and (min-width: 768px) {
        section.faq-element .faq-answer p {
          font-size: 20px; } }
    section.faq-element .faq-answer ul.item-list {
      margin: 0;
      padding: 10px 0;
      color: #fff;
      font-size: 16px;
      border-top: 1px solid #fff;
      list-style: none; }
      section.faq-element .faq-answer ul.item-list li {
        display: inline-block;
        padding: 0 20px;
        background: transparent url(https://www.dekra-product-safety.com/profiles/dekracert/themes/ditheme/css/img/tag.svg) no-repeat left center;
        background-size: 15px 15px; }
      @media all and (min-width: 768px) {
        section.faq-element .faq-answer ul.item-list {
          font-size: 20px; } }

section.related-events-element .section-inner {
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.related-events-element .section-inner .event-item {
    width: 100%;
    padding: 20px; }
    @media all and (min-width: 768px) {
      section.related-events-element .section-inner .event-item {
        width: 50%; } }
    @media all and (min-width: 1000px) {
      section.related-events-element .section-inner .event-item {
        width: 33.333%; } }
    section.related-events-element .section-inner .event-item .event-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 130px; }
      section.related-events-element .section-inner .event-item .event-header .event-date {
        padding: 16px;
        width: 115px;
        background-color: #007c41; }
        section.related-events-element .section-inner .event-item .event-header .event-date .date, section.related-events-element .section-inner .event-item .event-header .event-date .time {
          font-size: 16px;
          color: #fff;
          margin: 0;
          line-height: 1.4em; }
      section.related-events-element .section-inner .event-item .event-header .event-image {
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px);
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover; }
    section.related-events-element .section-inner .event-item .event-text {
      padding: 5px 0; }
      section.related-events-element .section-inner .event-item .event-text .label, section.related-events-element .section-inner .event-item .event-text .location-name, section.related-events-element .section-inner .event-item .event-text .category {
        font-size: 16px;
        line-height: 1.4em;
        color: #666666;
        text-transform: uppercase; }
      section.related-events-element .section-inner .event-item .event-text .label {
        margin-right: 10px; }
      section.related-events-element .section-inner .event-item .event-text .category {
        margin-bottom: 10px; }
      section.related-events-element .section-inner .event-item .event-text .event-title {
        color: #007c41;
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        text-decoration: none; }

.section.tabbed-element {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 0 0 0 24px;
  border: 8px solid #007c41;
  *zoom: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .section.tabbed-element {
      background-color: #007c41;
      padding: 0;
      width: 100%; } }
  .section.tabbed-element h3 {
    font-size: 25px; }
  .section.tabbed-element p {
    line-height: 1.3em;
    color: #666666;
    font-size: 20px;
    margin: 0 0 20px 0; }
  .section.tabbed-element .pretitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .section.tabbed-element > .text-wrapper {
    position: absolute;
    width: 80%;
    padding: 16px 0;
    margin: 0; }
    .section.tabbed-element > .text-wrapper > .title {
      color: white;
      font-size: 38px;
      width: 70%;
      margin: 0 auto;
      padding: 8px 0 16px; }
    @media screen and (max-width: 1200px) {
      .section.tabbed-element > .text-wrapper {
        width: 100%;
        padding: 16px;
        position: static;
        text-align: center;
        color: white; }
        .section.tabbed-element > .text-wrapper > .title {
          width: 100%;
          padding: 0 0 8px 0;
          font-size: 24px; } }
  .section.tabbed-element > .section-fragments {
    display: none;
    float: left;
    width: 80%;
    padding: 48px 32px 0 0;
    background-color: white; }
    .section.tabbed-element > .section-fragments .node {
      width: 100%;
      margin: 0 auto; }
      .section.tabbed-element > .section-fragments .node .title {
        margin-top: 16px; }
      .section.tabbed-element > .section-fragments .node:not(:first-child) {
        display: none; }
  .section.tabbed-element .tabs-mobile {
    width: 100%; }
    .section.tabbed-element .tabs-mobile > .text-wrapper > .title {
      display: none; }
    .section.tabbed-element .tabs-mobile > .text-wrapper > .pretitle {
      display: none; }
  .section.tabbed-element .tabs-mobile .section-fragments {
    background-color: white; }
    .section.tabbed-element .tabs-mobile .section-fragments .node {
      display: block; }
    .section.tabbed-element .tabs-mobile .section-fragments h3.title {
      color: white;
      cursor: pointer;
      font-size: 20px;
      padding: 16px 35px 10px 16px;
      background: #007c41 url(img/readmore_white.svg) no-repeat center right;
      -moz-background-size: 40px 40px;
      background-size: 40px 40px;
      margin: 0; }
      .section.tabbed-element .tabs-mobile .section-fragments h3.title.open {
        background: #007c41 url(img/readless_white.svg) no-repeat center right;
        -moz-background-size: 40px 40px;
        background-size: 40px 40px; }
      .section.tabbed-element .tabs-mobile .section-fragments h3.title i {
        float: right;
        font-size: 30px; }
    .section.tabbed-element .tabs-mobile .section-fragments .body {
      display: none;
      padding: 16px; }
  .section.tabbed-element .tab-wrapper {
    display: none;
    float: right;
    width: 20%;
    margin-right: -1px; }
    .section.tabbed-element .tab-wrapper button {
      width: 100%;
      display: block;
      background-color: #006d39;
      color: white;
      text-align: left;
      font-size: 16px;
      font-family: inherit;
      padding: 16px 24px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      border-left: 2px solid #00582e;
      border-bottom: 1px solid #007c41;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      margin: 0;
      cursor: pointer;
      -webkit-appearance: button;
      -moz-appearance: button; }
      .section.tabbed-element .tab-wrapper button.active {
        background-color: white;
        border-color: white;
        color: #007c41; }
      .section.tabbed-element .tab-wrapper button:focus {
        outline: none; }
  @media (min-width: 1200px) {
    .section.tabbed-element .tabs-mobile {
      display: none; }
    .section.tabbed-element > .section-fragments {
      display: block; }
    .section.tabbed-element .tab-wrapper {
      display: block; } }

section.section.full-width-page-banner-low {
  position: relative; }
  section.section.full-width-page-banner-low .section-inner {
    padding: 0;
    max-width: none;
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    section.section.full-width-page-banner-low .section-inner:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      text-align: center; }
  section.section.full-width-page-banner-low .text-wrapper {
    text-align: center;
    min-height: 250px;
    position: relative;
    z-index: 2;
    padding: 30px 0;
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 700px) {
      section.section.full-width-page-banner-low .text-wrapper {
        width: 100%;
        padding: 40px 4%; } }
    section.section.full-width-page-banner-low .text-wrapper h1, section.section.full-width-page-banner-low .text-wrapper h2, section.section.full-width-page-banner-low .text-wrapper h3 {
      color: #fff; }
    section.section.full-width-page-banner-low .text-wrapper p {
      color: #fff; }
    section.section.full-width-page-banner-low .text-wrapper a.cta {
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #ffffff;
      font-size: 20px;
      margin-top: 30px;
      display: inline-block;
      padding: 12px 18px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      section.section.full-width-page-banner-low .text-wrapper a.cta:hover {
        color: #007c41;
        background-color: #ffffff; }

section.section.podcast-element {
  position: relative; }
  section.section.podcast-element .section-inner {
    padding: 0;
    max-width: none;
    width: 100%;
    min-height: 500px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    section.section.podcast-element .section-inner:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      text-align: center; }
  section.section.podcast-element .text-wrapper {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    white-space: pre-line; }
    section.section.podcast-element .text-wrapper > * {
      display: inline-block;
      clear: both;
      padding: 5px 15px;
      margin-bottom: 20px;
      color: #fff;
      background-color: #40373F;
      font-weight: 300; }
  section.section.podcast-element .cta-soundcloud {
    display: block;
    z-index: 2;
    height: 90px;
    width: 90px;
    background: red;
    background: linear-gradient(#ff8800, #ff3300);
    position: absolute;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    section.section.podcast-element .cta-soundcloud i {
      padding-top: 25px; }

