@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap");
html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  margin-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1d1d1b; }

.column-logo, .column-menu {
  margin-top: 0 !important; }

.contactlinks {
  margin-right: 40px; }
  @media screen and (max-width: 700px) {
    .contactlinks {
      margin-right: 0; } }
  @media screen and (max-width: 675px) {
    .contactlinks {
      display: none; } }

.menus {
  background-image: url(../img/header-contact-link-img.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; }
  @media screen and (max-width: 700px) {
    .menus {
      background-image: none; } }

.topregel .mobile-hamburger {
  padding-top: 7px;
  padding-right: 120px; }
  @media screen and (max-width: 700px) {
    .topregel .mobile-hamburger {
      padding-right: 0; } }
  @media screen and (max-width: 675px) {
    .topregel .mobile-hamburger {
      padding-top: 25px;
      padding-right: 0px; } }
  .topregel .mobile-hamburger a {
    border: 0 !important;
    text-decoration: none !important;
    color: #1d1d1b; }
    .topregel .mobile-hamburger a:hover, .topregel .mobile-hamburger a:focus, .topregel .mobile-hamburger a:active {
      border: 0 !important;
      text-decoration: none !important;
      color: #db3632; }
.topregel .topregel-item {
  padding: 4px 15px 0 20px; }
  .topregel .topregel-item a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #db3632;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 0;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: .4px; }
    .topregel .topregel-item a:hover, .topregel .topregel-item a:focus, .topregel .topregel-item a:active {
      color: #1d1d1b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 0;
      border: 0 !important;
      text-decoration: none !important; }
  .topregel .topregel-item .uk-icon {
    margin-right: 5px !important; }
  @media screen and (max-width: 700px) {
    .topregel .topregel-item {
      padding: 4px 3px 0 32px; } }

.row.header {
  background: #fff;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 385px) {
    .row.header {
      height: 88px; } }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #db3632; }

::selection {
  color: #fff;
  background: #db3632; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 1rem;
  right: 1rem;
  background: #cf2824;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 0px;
  font-size: 4rem;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 150;
  border: 1px solid #c22622; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    background: #a4201d;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border: 1px solid #a4201d; }
  .go-to-top:focus {
    background: #cf2824;
    color: #fff;
    border: 1px solid #c22622; }

a {
  color: #db3632;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:hover, a:active, a:focus {
    color: #df4b48;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border-bottom: 1px solid #db3632; }
  a.read-more {
    font-weight: 700;
    display: inline-block;
    margin-top: .7rem; }

p {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

ul, ol {
  padding-left: 1.6rem; }

small {
  font-size: 90%; }

em {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 2.5rem;
  color: #db3632; }

h2 {
  font-size: 3.2rem;
  line-height: 3rem;
  margin: 4rem 0 0rem 0;
  color: #db3632; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem; }

.logo {
  margin-top: 5px; }
  .logo img {
    max-width: 250px; }
    @media screen and (max-width: 385px) {
      .logo img {
        width: 100%; } }

.topmenu a {
  color: #1d1d1b; }
  .topmenu a:hover, .topmenu a:active, .topmenu a:focus {
    color: #db3632; }

#main-nav {
  height: 7rem;
  margin: 0 0;
  margin-right: 70px; }
  #main-nav ul {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: .2px; }
    #main-nav ul ul {
      opacity: 0;
      transition: all 150ms ease;
      pointer-events: none;
      position: absolute;
      top: 7rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 10;
      text-align: left; }
      #main-nav ul ul li {
        float: none;
        width: 285px;
        height: 5rem;
        line-height: 5rem; }
        #main-nav ul ul li a {
          padding: 0px 10px;
          border: 1px solid #eee;
          height: 5rem;
          line-height: 5rem;
          background: #fff;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          letter-spacing: 0;
          font-size: 1.5rem;
          border-bottom: 0; }
          #main-nav ul ul li a:hover, #main-nav ul ul li a:focus, #main-nav ul ul li a:active {
            background-color: #db3632;
            color: #f3c615;
            border: 1px solid #d32925;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #main-nav ul ul li.current_page_item {
          background: #db3632; }
          #main-nav ul ul li.current_page_item a {
            color: #fff;
            border: 1px solid #d32925; }
        #main-nav ul ul li ul {
          left: 150px;
          top: 0; }
    #main-nav ul li:hover > ul {
      display: block;
      opacity: 1;
      transform: translateY(0%);
      pointer-events: auto; }
  #main-nav li {
    display: block;
    float: left;
    line-height: 7rem;
    height: 7rem;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.7rem; }
    #main-nav li a {
      display: block;
      height: 7rem;
      line-height: 7rem;
      padding: 0 15px;
      border-bottom: 0; }
      #main-nav li a:hover, #main-nav li a:focus, #main-nav li a:active {
        border-bottom: 0; }
    #main-nav li.current-menu-parent > a {
      color: #db3632; }
  #main-nav .current-menu-item > a, #main-nav .current_page_item > a, #main-nav a:hover {
    color: #db3632;
    background: transparent; }
  #main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

li.astm-search-menu a svg {
  fill: #1d1d1b;
  width: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
li.astm-search-menu a:hover svg, li.astm-search-menu a:focus svg, li.astm-search-menu a:active svg {
  fill: #db3632;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
li.astm-search-menu form {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  li.astm-search-menu form input#s {
    height: 24px;
    border: 1px solid #eee;
    padding: 5px;
    width: calc(100% - 114px);
    font-family: "Open Sans", sans-serif;
    -webkit-appearance: none; }
    li.astm-search-menu form input#s::placeholder {
      color: #9f9f98; }
  li.astm-search-menu form input.uk-button.uk-button-search {
    font-size: 1.5rem;
    line-height: 1.6rem;
    height: 36px;
    font-weight: normal;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0 5px;
    background: #db3632;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    margin-top: -2px;
    margin-right: 0;
    width: 100px;
    border: 1px solid #db3632;
    -webkit-appearance: none; }
    li.astm-search-menu form input.uk-button.uk-button-search:hover, li.astm-search-menu form input.uk-button.uk-button-search:focus, li.astm-search-menu form input.uk-button.uk-button-search:active {
      background-color: #1d1d1b;
      border: 1px solid #1d1d1b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.footer {
  background-color: #2a2a27;
  color: #bbb;
  padding-top: 7rem;
  padding-bottom: 4rem; }
  .footer > .uk-container {
    padding-left: 20px;
    padding-right: 20px; }
  .footer h3 {
    color: #fff;
    color: #db3632;
    font-size: 2rem;
    margin-bottom: 1.2rem; }
    @media screen and (max-width: 639px) {
      .footer h3.col2, .footer h3.col4 {
        margin-top: 4rem; } }
  .footer .footer-col1 a, .footer .footer-col2 a, .footer .footer-col3 a, .footer .footer-col4 a {
    color: #bbb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 0; }
    .footer .footer-col1 a:hover, .footer .footer-col1 a:focus, .footer .footer-col1 a:active, .footer .footer-col2 a:hover, .footer .footer-col2 a:focus, .footer .footer-col2 a:active, .footer .footer-col3 a:hover, .footer .footer-col3 a:focus, .footer .footer-col3 a:active, .footer .footer-col4 a:hover, .footer .footer-col4 a:focus, .footer .footer-col4 a:active {
      color: #f3c615;
      text-decoration: none;
      border-bottom: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  @media screen and (max-width: 480px) {
    .footer .footer-col1, .footer .footer-col2, .footer .footer-col3, .footer .footer-col4 {
      margin-bottom: 4rem; } }
  .footer .footer-col1 .footer-mail, .footer .footer-col2 .footer-mail, .footer .footer-col3 .footer-mail, .footer .footer-col4 .footer-mail {
    margin-top: 10px; }
  .footer .footer-col1 ul, .footer .footer-col2 ul, .footer .footer-col3 ul, .footer .footer-col4 ul {
    padding-left: 0; }
    .footer .footer-col1 ul li, .footer .footer-col2 ul li, .footer .footer-col3 ul li, .footer .footer-col4 ul li {
      list-style-type: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fff;
      padding: 0px 0 5px 0px; }
    .footer .footer-col1 ul a, .footer .footer-col2 ul a, .footer .footer-col3 ul a, .footer .footer-col4 ul a {
      color: #bbb;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer .footer-col1 ul a:hover, .footer .footer-col1 ul a:focus, .footer .footer-col1 ul a:active, .footer .footer-col2 ul a:hover, .footer .footer-col2 ul a:focus, .footer .footer-col2 ul a:active, .footer .footer-col3 ul a:hover, .footer .footer-col3 ul a:focus, .footer .footer-col3 ul a:active, .footer .footer-col4 ul a:hover, .footer .footer-col4 ul a:focus, .footer .footer-col4 ul a:active {
        color: #f3c615;
        text-decoration: none; }
  .footer .footer-col3 a {
    color: #fff; }
    .footer .footer-col3 a:hover, .footer .footer-col3 a:active, .footer .footer-col3 a:focus {
      text-decoration: underline; }
  .footer .footer-col4 a {
    display: block;
    width: 100%;
    text-align: right; }

.colofon {
  color: #bbb;
  font-size: 1.4rem;
  padding: 1rem 0;
  background: #5c636b;
  background-color: #2a2a27;
  border-top: 1px solid #3d3d39; }
  .colofon > .uk-container {
    padding-left: 20px;
    padding-right: 20px; }
  .colofon a {
    color: #bbb;
    border-bottom: 0; }
    .colofon a:hover, .colofon a:active, .colofon a:focus {
      color: #f3c615 !important;
      border-bottom: 0; }

.uk-button {
  font-size: 1.5rem;
  font-weight: 600;
  padding: .1rem 2rem .1rem 2rem;
  margin-right: 1rem;
  background: #db3632;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .2px;
  border: 2px solid #fff; }
  .uk-button:hover, .uk-button:active, .uk-button:focus {
    background: #fff;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #db3632; }
  .uk-button:disabled {
    background: #db3632;
    color: #fff;
    border: 2px solid #fff; }
  .uk-button:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-primary {
    background: #db3632;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .uk-button.uk-button-primary {
        margin-right: 0; } }
    .uk-button.uk-button-primary:hover, .uk-button.uk-button-primary:active, .uk-button.uk-button-primary:focus {
      background: #cf2824;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      color: #fff; }
    .uk-button.uk-button-primary.uk-button-large {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
      font-size: 1.8rem; }
  .uk-button.uk-button-lp {
    background: transparent;
    border: 2px solid #db3632;
    color: #db3632;
    margin-top: 25px;
    width: 100%; }
    .uk-button.uk-button-lp:hover, .uk-button.uk-button-lp:active, .uk-button.uk-button-lp:focus {
      background: #cf2824;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      color: #fff;
      border: 2px solid #db3632;
      text-decoration: none; }

.form-total-wrap {
  background: rgba(219, 54, 50, 0.93);
  padding: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: 45px 0; }
  .form-total-wrap .uk-grid-small {
    margin-left: -10px; }
    .form-total-wrap .uk-grid-small > * {
      padding-left: 10px; }
  .form-total-wrap h3 {
    color: #fff;
    color: #f3c615;
    margin-top: 0px;
    text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-bottom: 5px; }
  .form-total-wrap .uk-accordion {
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .form-total-wrap .uk-accordion li {
      border-top: 1px solid #fff;
      padding-top: 15px; }
      .form-total-wrap .uk-accordion li a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px; }
        .form-total-wrap .uk-accordion li a span.staptitel {
          font-weight: 400;
          font-size: 16px; }
        .form-total-wrap .uk-accordion li a span.stappipe {
          display: inline-block;
          margin: 0 10px;
          font-weight: 400;
          font-size: 20px; }
      .form-total-wrap .uk-accordion li .uk-accordion-title::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23FFF%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23FFF%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
      .form-total-wrap .uk-accordion li.uk-open .uk-accordion-title::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .form-total-wrap .uk-accordion-content {
    margin-top: 5px; }
  .form-total-wrap .uk-accordion-title {
    border-bottom: 0; }
    .form-total-wrap .uk-accordion-title:hover, .form-total-wrap .uk-accordion-title:focus, .form-total-wrap .uk-accordion-title:active {
      border-bottom: 0; }
  .form-total-wrap .field-wrap {
    margin-top: 0px !important; }
    .form-total-wrap .field-wrap label {
      margin-left: -30000px;
      line-height: 0;
      font-size: 1px;
      display: block; }
    .form-total-wrap .field-wrap input[type=text], .form-total-wrap .field-wrap input[type=email], .form-total-wrap .field-wrap select {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 0;
      background-color: #fff;
      padding: 7px 10px;
      margin-top: 8px;
      font-size: 14px; }
      .form-total-wrap .field-wrap input[type=text]::-webkit-input-placeholder, .form-total-wrap .field-wrap input[type=email]::-webkit-input-placeholder, .form-total-wrap .field-wrap select::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap input[type=text]:-moz-placeholder, .form-total-wrap .field-wrap input[type=email]:-moz-placeholder, .form-total-wrap .field-wrap select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap input[type=text]::-moz-placeholder, .form-total-wrap .field-wrap input[type=email]::-moz-placeholder, .form-total-wrap .field-wrap select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap input[type=text]:-ms-input-placeholder, .form-total-wrap .field-wrap input[type=email]:-ms-input-placeholder, .form-total-wrap .field-wrap select:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 13px; }
    .form-total-wrap .field-wrap select {
      padding-left: 6px; }
    .form-total-wrap .field-wrap textarea {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 0;
      background-color: #fff;
      padding: 7px 10px;
      margin-top: 8px;
      font-size: 14px;
      height: 60px;
      color: #1d1d1b;
      font-family: "Open Sans", sans-serif; }
      .form-total-wrap .field-wrap textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 14px; }
      .form-total-wrap .field-wrap textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: "Open Sans", sans-serif;
        color: #1d1d1b;
        opacity: 1;
        font-size: 13px; }
    .form-total-wrap .field-wrap.avg-check {
      margin-bottom: 15px; }
      .form-total-wrap .field-wrap.avg-check span.wpcf7-list-item {
        margin-left: 0; }
        .form-total-wrap .field-wrap.avg-check span.wpcf7-list-item input {
          margin-left: 0;
          margin-right: 10px; }
      .form-total-wrap .field-wrap.avg-check label {
        margin-left: 0;
        line-height: 2.4rem;
        font-size: 14px;
        display: inline-block;
        color: #fff; }
        .form-total-wrap .field-wrap.avg-check label a {
          color: #f3c615; }
          .form-total-wrap .field-wrap.avg-check label a:hover, .form-total-wrap .field-wrap.avg-check label a:hover, .form-total-wrap .field-wrap.avg-check label a:active {
            color: #1d1d1b; }
        .form-total-wrap .field-wrap.avg-check label.label-avg {
          display: none; }

@media screen and (min-width: 960px) {
  .uk-container {
    padding-right: 20px !important;
    padding-left: 20px !important; } }
.single-lp section.row {
  padding-left: 0;
  padding-right: 0; }
  .single-lp section.row > div {
    margin-left: 0; }
.single-lp .offerte-form {
  width: 100%;
  max-width: 1000px;
  padding: 15px; }
.single-lp .form-total-wrap .field-wrap {
  padding-right: 20px; }
.single-lp .form-total-wrap .field-wrap textarea {
  height: 46px; }
.single-lp .row-content {
  padding-top: 110px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .single-lp .row-content h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center; }
  .single-lp .row-content .divider {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 30px; }
    .single-lp .row-content .divider .divider-separator {
      width: 150px;
      display: block;
      margin: 0 auto;
      border-bottom: 3px solid #f3c615; }
  .single-lp .row-content p {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }

.wpcf7-not-valid-tip {
  color: #f3c615 !important;
  font-size: 14px !important;
  font-weight: 500; }

.wpcf7 form.invalid .wpcf7-response-output {
  margin: 3rem 0 .5rem 0;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  padding: .3rem; }

.wpcf7-spinner {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center; }

.home .width-1-1 {
  width: 100%; }
.home .width-1-2 {
  width: 50%; }
  @media screen and (max-width: 640px) {
    .home .width-1-2 {
      width: 100%; } }

.footer .no-show-in-footer {
  display: none; }

.uk-modal-full {
  background-color: #db3632; }
  .uk-modal-full .uk-modal-close-full {
    color: #fff;
    background-color: transparent;
    padding: 30px 40px 0 0; }
  .uk-modal-full .uk-modal-dialog {
    background-color: transparent;
    padding: 0; }
    .uk-modal-full .uk-modal-dialog .bellows-wrap {
      margin-top: 50px;
      margin-top: 100px; }
      .uk-modal-full .uk-modal-dialog .bellows-wrap ul {
        list-style-type: none;
        width: 100%;
        max-width: 600px;
        text-align: center;
        margin: 20px auto;
        padding-left: 0; }
        .uk-modal-full .uk-modal-dialog .bellows-wrap ul li {
          text-align: center;
          line-height: 3rem;
          padding: 1.8rem 1rem; }
          .uk-modal-full .uk-modal-dialog .bellows-wrap ul li a {
            color: #fff;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            font-size: 22px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border: 0;
            text-decoration: none; }
            .uk-modal-full .uk-modal-dialog .bellows-wrap ul li a:hover, .uk-modal-full .uk-modal-dialog .bellows-wrap ul li a:focus, .uk-modal-full .uk-modal-dialog .bellows-wrap ul li a:active {
              color: #1d1d1b;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              border: 0;
              text-decoration: none; }
    .uk-modal-full .uk-modal-dialog .topregel {
      margin-top: 40px; }
      .uk-modal-full .uk-modal-dialog .topregel .topregel-item {
        padding: 0; }
      .uk-modal-full .uk-modal-dialog .topregel .uk-icon {
        margin-right: 0 !important; }
      .uk-modal-full .uk-modal-dialog .topregel a {
        display: inline-block;
        width: 45px;
        line-height: 45px;
        border: 2px solid #fff !important;
        margin: 2px 0px;
        text-align: center;
        color: #db3632;
        background: #fff; }
        .uk-modal-full .uk-modal-dialog .topregel a:hover, .uk-modal-full .uk-modal-dialog .topregel a:active, .uk-modal-full .uk-modal-dialog .topregel a:focus {
          background: #cf2824;
          color: #fff; }
          .uk-modal-full .uk-modal-dialog .topregel a:hover .uk-icon, .uk-modal-full .uk-modal-dialog .topregel a:active .uk-icon, .uk-modal-full .uk-modal-dialog .topregel a:focus .uk-icon {
            color: #db3632;
            color: #fff; }
    .uk-modal-full .uk-modal-dialog nav.bellows {
      font-size: 1.6rem; }
      .uk-modal-full .uk-modal-dialog nav.bellows ul li a {
        color: #fff;
        font-weight: 700;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .uk-modal-full .uk-modal-dialog nav.bellows ul li a:hover, .uk-modal-full .uk-modal-dialog nav.bellows ul li a:focus, .uk-modal-full .uk-modal-dialog nav.bellows ul li a:active {
          color: #1d1d1b;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .uk-modal-full .uk-modal-dialog nav.bellows ul li ul.bellows-submenu {
        margin-left: 1rem; }
        .uk-modal-full .uk-modal-dialog nav.bellows ul li ul.bellows-submenu a {
          font-style: italic;
          font-size: 1.5rem; }
          .uk-modal-full .uk-modal-dialog nav.bellows ul li ul.bellows-submenu a::before {
            content: "\2013";
            font-size: 1.3rem;
            margin-right: 2px; }
      .uk-modal-full .uk-modal-dialog nav.bellows ul li.bellows-current-menu-item > a {
        color: #1d1d1b; }

.sociallinks {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 250px;
  width: 45px; }
  .sociallinks .sociallink-item {
    display: block;
    height: 45px;
    width: 45px;
    margin: 2px 0; }
    .sociallinks .sociallink-item a {
      width: 100%;
      line-height: 45px;
      text-align: center;
      border: 0;
      text-decoration: none;
      color: #fff;
      background-color: #db3632;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sociallinks .sociallink-item a:hover, .sociallinks .sociallink-item a:focus, .sociallinks .sociallink-item a:active {
        background-color: #b92421;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  @media screen and (max-width: 480px) {
    .sociallinks.sociallinks-footer {
      display: none; } }

@media screen and (max-width: 960px) {
  .contactpage .footer-phonevis, .contactpage .footer-mail {
    text-align: center; } }
.contactpage .footer-phonevis a, .contactpage .footer-mail a {
  border: 0;
  text-decoration: none;
  color: #db3632;
  font-weight: 600; }
  .contactpage .footer-phonevis a:hover, .contactpage .footer-phonevis a:active, .contactpage .footer-phonevis a:focus, .contactpage .footer-mail a:hover, .contactpage .footer-mail a:active, .contactpage .footer-mail a:focus {
    border: 0;
    text-decoration: none;
    color: #1d1d1b !important; }

.elementor .logo-contactpage img {
  width: 100%;
  max-width: 225px; }
  @media screen and (max-width: 960px) {
    .elementor .logo-contactpage img {
      text-align: center; } }

.rotate {
  -moz-transition: all .1s ease;
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff; }

.lp-toggle {
  border-top: 1px solid #3d3d39;
  background-color: #252522;
  padding-top: 5px;
  padding-bottom: 5px; }
  .lp-toggle > .uk-container {
    padding-left: 20px;
    padding-right: 20px; }

.toggle-link {
  border: 0;
  text-decoration: none;
  color: #9f9f98; }
  .toggle-link:hover, .toggle-link:active, .toggle-link:focus {
    border: 0;
    text-decoration: none;
    color: #fff !important; }
  .toggle-link span {
    margin: 0 !important; }

.landingpages-wrap {
  padding-top: 10px;
  padding-bottom: 20px; }
  .landingpages-wrap > div {
    margin-top: 0; }
  .landingpages-wrap > .uk-grid-margin {
    margin-top: 0; }
  .landingpages-wrap a {
    color: #bbb;
    border: 0;
    text-decoration: none;
    font-size: .9em; }
    .landingpages-wrap a:hover, .landingpages-wrap a:active, .landingpages-wrap a:focus {
      border: 0;
      text-decoration: none;
      color: #f3c615 !important; }

.adres-contactpage p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1d1d1b; }
@media screen and (max-width: 960px) {
  .adres-contactpage {
    text-align: center; } }

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