html {
  font-size: 62.5%;
  font-family: "rajdhani", sans-serif;
  font-family: 'rajdhani', sans-serif;
  overflow-x: hidden;
  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: "rajdhani", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.2;
  color: #000; }

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #888;
  color: white !important;
  border: 3px dotted #000;
  opacity: 0; }
  .skip-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1; }

a:focus-visible {
  outline: 2px dotted #000; }

.uk-container {
  max-width: 1300px;
  width: 100%; }

.uk-containerr {
  padding-left: 20px; }

.header-wrap {
  width: 100%;
  z-index: 2;
  background: #000; }
  .header-wrap .row.header {
    height: 15rem;
    display: flex;
    align-items: center; }
    .header-wrap .row.header > .uk-container {
      height: 12rem; }
      .header-wrap .row.header > .uk-container .uk-inline {
        height: 12rem; }
    .header-wrap .row.header .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0px 40px 0 40px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .header-wrap .row.header .header-content {
          padding: 0 20px; } }
      .header-wrap .row.header .header-content .menus-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        padding-left: 40px; }

sup {
  top: -0.25em;
  font-size: 70%; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: paars1; }

::selection {
  color: #fff;
  background: #6e32c3; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 2rem;
  right: 2rem;
  border: 2px solid #6e32c3;
  color: #6e32c3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  font-size: 3rem;
  -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;
  display: flex;
  align-items: center; }
  .go-to-top:hover, .go-to-top:focus, .go-to-top:active {
    color: #fff;
    background: #6e32c3;
    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; }
  .go-to-top:focus {
    color: #fff;
    background-color: #6e32c3; }

.mobile-hamburger img {
  height: 40px; }

.closebutton {
  padding: 58px 38px; }
  @media screen and (max-width: 959px) {
    .closebutton {
      padding: 55px 18px; } }
  .closebutton img {
    height: 45px; }

a {
  color: #000;
  border-bottom: 2px solid #000;
  -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 {
    background: #000;
    color: #fff;
    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; }
  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: "rajdhani", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #6e32c3; }

h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 2.6rem 0 .6rem 0;
  color: #6e32c3; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 2.2rem 0 .2rem 0;
  color: #000; }

h4, h5, h6 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 2rem 0 0rem 0;
  color: #000; }

.logo {
  height: 100%;
  width: 100%;
  max-width: 280px; }
  @media screen and (max-width: 1199px) {
    .logo {
      max-width: 200px; } }
  .logo a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border: 0; }
  .logo img {
    width: 100%;
    max-width: 280px; }
    @media screen and (max-width: 1199px) {
      .logo img {
        max-width: 200px; } }

.contentarea h1 {
  margin-top: 1rem; }
.contentarea p + h1 {
  margin-top: 3.6rem; }

.main-nav {
  height: 5.5rem;
  /* set to the height you want your menu to be */
  margin: 0;
  /* just to give some spacing */ }
  .main-nav .show-mobile {
    display: none; }
  .main-nav ul {
    margin: 0;
    padding: 0; }
    .main-nav ul ul {
      opacity: 0;
      transform: translateY(20%);
      transition: all 150ms ease;
      pointer-events: none;
      position: absolute;
      top: 5.5rem;
      -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; }
      .main-nav ul ul li {
        float: none;
        width: 320px;
        height: 5rem;
        line-height: 5rem; }
        .main-nav ul ul li a {
          padding: 0px 15px;
          border: 1px solid #eee;
          height: 5rem;
          line-height: 5rem;
          background: #fff;
          color: #000;
          margin: 0 0 0 13px; }
          @media screen and (max-width: 1199px) {
            .main-nav ul ul li a {
              margin-left: 10px;
              padding: 0 10px; } }
        .main-nav ul ul li.current-menu-item > a, .main-nav ul ul li.current_page_item > a, .main-nav ul ul li a:hover {
          color: #51b342;
          color: #fff;
          background: #292929;
          border: 1px solid #292929; }
        .main-nav ul ul li span {
          color: #9f00ff; }
        .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: 5.5rem;
    height: 5.5rem;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.2rem;
    letter-spacing: .2px; }
    @media screen and (max-width: 1199px) {
      .main-nav li {
        font-size: 2rem; } }
    @media screen and (max-width: 1149px) {
      .main-nav li {
        font-size: 1.8rem; } }
    .main-nav li a {
      display: block;
      height: 5.5rem;
      line-height: 5.5rem;
      padding: 0 15px;
      margin: 0 13px;
      color: #fff;
      border: 0;
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .main-nav li a {
          margin: 0 10px;
          padding: 0 10px; } }
  .main-nav .current-menu-item > a, .main-nav .current_page_item > a, .main-nav .current_page_ancestor > a, .main-nav a:hover, .main-nav .current-menu-parent > a {
    color: #000;
    background: #fff; }
  .main-nav ul#menu-hoofdmenu > li:last-of-type ul {
    right: 0; }
  .main-nav.paneelspace ul {
    margin-right: 8rem; }

body.page-template-page-canvas button#responsive-menu-button {
  display: none; }

.paneelicon {
  margin-right: 2rem; }

#offcanvas-panel .uk-offcanvas-bar {
  background-color: #fff;
  color: #000;
  max-width: 500px;
  width: 90%; }
  #offcanvas-panel .uk-offcanvas-bar a {
    color: #000; }
    #offcanvas-panel .uk-offcanvas-bar a:hover, #offcanvas-panel .uk-offcanvas-bar a:focus, #offcanvas-panel .uk-offcanvas-bar a:active {
      color: #6e32c3; }
    #offcanvas-panel .uk-offcanvas-bar a .uk-icon {
      display: inline-block;
      width: 25px;
      margin-right: 5px; }
  #offcanvas-panel .uk-offcanvas-bar h1, #offcanvas-panel .uk-offcanvas-bar h2 {
    color: #6e32c3; }
  #offcanvas-panel .uk-offcanvas-bar h3, #offcanvas-panel .uk-offcanvas-bar h4, #offcanvas-panel .uk-offcanvas-bar h5, #offcanvas-panel .uk-offcanvas-bar h6 {
    color: #000;
    margin-bottom: 1rem; }

li.astm-search-menu a svg {
  fill: #000;
  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: #6e32c3;
  -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: "rajdhani", sans-serif;
    -webkit-appearance: none; }
    li.astm-search-menu form input#s::placeholder {
      color: gray; }
  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: #6e32c3;
    -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 #6e32c3;
    -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: #000;
      border: 1px solid #000;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

li.is-menu a:hover path.search-icon-path {
  fill: #6e32c3; }

.hero .overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }
  .hero .overlay h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #fff;
    letter-spacing: 1px; }

#footer-wrap {
  background-color: #000;
  padding: 6rem 40px 4rem 40px; }
  @media screen and (max-width: 768px) {
    #footer-wrap {
      padding: 6rem 40px 4rem 40px; } }
  #footer-wrap .colofon {
    width: 100%;
    max-width: 1300px;
    margin: 4rem auto 0 auto;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.7rem; }
    #footer-wrap .colofon a {
      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; }
      #footer-wrap .colofon a:hover, #footer-wrap .colofon a:focus, #footer-wrap .colofon a:active {
        border-bottom: 1px solid #fff;
        -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; }
  #footer-wrap .footer {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.7rem; }
    @media screen and (max-width: 959px) {
      #footer-wrap .footer {
        flex-wrap: wrap; } }
    #footer-wrap .footer h2 {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 2rem;
      margin-top: 0;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 35px;
      line-height: 1em; }
    #footer-wrap .footer .footer-col1 a, #footer-wrap .footer .footer-col2 a, #footer-wrap .footer .footer-col3 a, #footer-wrap .footer .footer-col4 a {
      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; }
      #footer-wrap .footer .footer-col1 a:hover, #footer-wrap .footer .footer-col1 a:active, #footer-wrap .footer .footer-col1 a:focus, #footer-wrap .footer .footer-col2 a:hover, #footer-wrap .footer .footer-col2 a:active, #footer-wrap .footer .footer-col2 a:focus, #footer-wrap .footer .footer-col3 a:hover, #footer-wrap .footer .footer-col3 a:active, #footer-wrap .footer .footer-col3 a:focus, #footer-wrap .footer .footer-col4 a:hover, #footer-wrap .footer .footer-col4 a:active, #footer-wrap .footer .footer-col4 a:focus {
        border-bottom: 1px solid #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: 959px) {
      #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
        width: 33%; } }
    @media screen and (max-width: 779px) {
      #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
        width: 50%; } }
    @media screen and (max-width: 499px) {
      #footer-wrap .footer .footer-col1, #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3, #footer-wrap .footer .footer-col4 {
        width: 100%; } }
    #footer-wrap .footer .footer-col2, #footer-wrap .footer .footer-col3 {
      padding-top: 55px; }
    @media screen and (max-width: 959px) {
      #footer-wrap .footer .footer-col4 {
        margin-top: 5rem; } }

.uk-button {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: .2rem 2rem .4rem 2rem;
  margin-right: 1rem;
  background: #333333;
  -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: #000; }
  .uk-button:hover, .uk-button:active, .uk-button:focus {
    background: #1a1a1a;
    -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: #000; }
  .uk-button:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-primary {
    background: #6e32c3;
    -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: #632daf;
      -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; }

.sociallinks-follow {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .sociallinks-follow .sociallink-item {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 10px; }
    .sociallinks-follow .sociallink-item a {
      width: 100%;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      border: 2px solid #fff;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sociallinks-follow .sociallink-item a:hover, .sociallinks-follow .sociallink-item a:focus, .sociallinks-follow .sociallink-item a:active {
        background-color: #fff;
        color: #000 !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.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: #045449;
      -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: #04463c;
        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-side {
      display: none; } }

.sticky-social-bar {
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19rem;
  background-color: transparent;
  position: fixed;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .sticky-social-bar {
      display: none; } }
  .sticky-social-bar .social-icon {
    list-style-type: none;
    color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    background-color: #000;
    height: 40px; }
    .sticky-social-bar .social-icon.phone {
      background-color: #632daf; }
    .sticky-social-bar .social-icon.mail {
      background-color: #632daf; }
    .sticky-social-bar .social-icon.facebook {
      background-color: #344e86; }
    .sticky-social-bar .social-icon.twitter {
      background-color: #3ea1ec; }
    .sticky-social-bar .social-icon.linkedin {
      background-color: #006a9c; }
    .sticky-social-bar .social-icon.youtube {
      background-color: #a20000; }
    .sticky-social-bar .social-icon.instagram {
      background-color: #0f4871; }
    .sticky-social-bar .social-icon.paars1 {
      background-color: #632daf !important; }
      .sticky-social-bar .social-icon.paars1 .fab {
        background-color: #6e32c3 !important; }
    .sticky-social-bar .social-icon > a {
      color: inherit;
      background-color: inherit;
      height: 4rem;
      line-height: 4rem;
      display: block; }
      .sticky-social-bar .social-icon > a > .fab {
        width: 4rem;
        height: 4rem;
        margin-left: 0rem;
        text-align: center;
        line-height: 4rem; }
        .sticky-social-bar .social-icon > a > .fab.phone {
          background-color: #6e32c3; }
        .sticky-social-bar .social-icon > a > .fab.mail {
          background-color: #6e32c3; }
        .sticky-social-bar .social-icon > a > .fab.facebook {
          background-color: #3b5998; }
        .sticky-social-bar .social-icon > a > .fab.twitter {
          background-color: #55acee; }
        .sticky-social-bar .social-icon > a > .fab.linkedin {
          background-color: #007bb5; }
        .sticky-social-bar .social-icon > a > .fab.youtube {
          background-color: #bb0000; }
        .sticky-social-bar .social-icon > a > .fab.instagram {
          background-color: #125688; }
      .sticky-social-bar .social-icon > a > .social-icon-text {
        font-size: 12px;
        letter-spacing: .4px;
        color: #fff;
        text-transform: uppercase;
        margin-left: 1.5rem; }
    .sticky-social-bar .social-icon:hover > a {
      color: inherit;
      background-color: inherit; }
  .sticky-social-bar.sticky-social-bar-left {
    left: -15rem; }
    .sticky-social-bar.sticky-social-bar-left .social-icon > a > .fab {
      float: right; }
    .sticky-social-bar.sticky-social-bar-left .social-icon > a > .social-icon-text {
      margin-left: 1rem; }
    .sticky-social-bar.sticky-social-bar-left .social-icon:hover {
      -webkit-transform: translateX(15rem);
      -ms-transform: translateX(15rem);
      transform: translateX(15rem); }
  .sticky-social-bar.sticky-social-bar-right {
    right: -15rem; }
    .sticky-social-bar.sticky-social-bar-right .social-icon > a > .fab {
      float: left; }
    .sticky-social-bar.sticky-social-bar-right .social-icon > a > .social-icon-text {
      margin-left: 1rem; }
    .sticky-social-bar.sticky-social-bar-right .social-icon:hover {
      -webkit-transform: translateX(-15rem);
      -ms-transform: translateX(-15rem);
      transform: translateX(-15rem); }

#modal-nav.uk-modal {
  background: #000;
  line-height: 1.2; }
  #modal-nav.uk-modal nav {
    margin: 0; }
  #modal-nav.uk-modal .uk-modal-close-full {
    background: transparent; }
  #modal-nav.uk-modal .uk-modal-dialog {
    background: transparent;
    color: #fff;
    min-height: 100vh; }
    #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap a {
        color: #fff;
        align-content: flex-start;
        padding-top: 12px;
        padding-bottom: 13px;
        text-transform: uppercase;
        letter-spacing: .4px; }
        #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap a span {
          border-bottom: 1px solid #000;
          display: inline-block;
          align-self: flex-start; }
        #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap a a:hover span, #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap a a:focus span, #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap a a:active span {
          border-bottom: 1px solid #fff; }
      #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav {
        width: 350px;
        max-width: 100%;
        font-size: 2rem; }
        #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav > li:first-of-type {
          border-top: 1px solid #080808; }
        #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li {
          border-bottom: 1px solid #080808; }
          #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li a:hover span, #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li a:focus span, #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li a:active span {
            border-bottom: 1px solid #fff; }
          #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li.bellows-current_page_item > a span {
            border-bottom: 1px solid #fff; }
          #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li.bellows-current-menu-ancestor > a span {
            border-bottom: 1px solid #fff; }
          #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li ul.bellows-submenu li {
            border-bottom: 0px; }
            #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li ul.bellows-submenu li a {
              padding-left: 30px;
              font-size: .9em;
              display: block; }
              #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li ul.bellows-submenu li a::before {
                content: "\2014";
                margin-right: 10px; }
          #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li ul.bellows-submenu ul.bellows-submenu li a {
            padding-left: 80px;
            font-size: .9em;
            font-style: italic; }
            #modal-nav.uk-modal .uk-modal-dialog .bellows-wrap ul.bellows-nav li ul.bellows-submenu ul.bellows-submenu li a::before {
              content: "";
              margin-right: 0px; }

.error404 .page-header {
  height: 500px;
  background: #6e32c3;
  display: flex;
  align-items: center; }
  .error404 .page-header h1 {
    color: #fff;
    font-size: 12rem;
    line-height: .6em;
    text-transform: uppercase; }
    .error404 .page-header h1 small {
      font-size: .6em; }
.error404 .error-content {
  min-height: 15vh;
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px; }

.diensten-wrap h2 {
  font-family: "Rajdhani", Sans-serif;
  font-size: 4.5rem !important;
  font-weight: 600 !important;
  text-transform: uppercase; }
.diensten-wrap .icons-wrap {
  display: flex; }
  @media screen and (max-width: 1134px) {
    .diensten-wrap .icons-wrap {
      width: 100%;
      flex-wrap: wrap; } }
  .diensten-wrap .icons-wrap a {
    border: 0; }
    .diensten-wrap .icons-wrap a .icon-wrap {
      padding: 10px 5px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 130px;
      max-width: 130px; }
      .diensten-wrap .icons-wrap a .icon-wrap img {
        margin: 10px; }
      .diensten-wrap .icons-wrap a .icon-wrap p {
        text-align: center;
        font-weight: 600;
        color: #000;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        width: 100%; }
    .diensten-wrap .icons-wrap a:hover, .diensten-wrap .icons-wrap a:focus, .diensten-wrap .icons-wrap a:active {
      border: 0;
      background: transparent; }
      .diensten-wrap .icons-wrap a:hover p, .diensten-wrap .icons-wrap a:focus p, .diensten-wrap .icons-wrap a:active p {
        color: #6e32c3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.watwijbieden {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 1134px) {
    .watwijbieden {
      flex-direction: column; } }
  .watwijbieden h2 {
    font-family: "Rajdhani", Sans-serif;
    font-size: 4.5rem !important;
    font-weight: 600 !important;
    text-transform: uppercase; }
  .watwijbieden .icons-wrap {
    display: flex; }
    @media screen and (max-width: 1134px) {
      .watwijbieden .icons-wrap {
        width: 100%;
        flex-wrap: wrap; } }
    .watwijbieden .icons-wrap a {
      border: 0; }
      .watwijbieden .icons-wrap a .icon-wrap {
        padding: 10px 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 130px;
        max-width: 130px; }
        .watwijbieden .icons-wrap a .icon-wrap img {
          margin: 10px; }
        .watwijbieden .icons-wrap a .icon-wrap p {
          text-align: center;
          font-weight: 600;
          color: #000;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: inline-block;
          width: 100%; }
      .watwijbieden .icons-wrap a:hover, .watwijbieden .icons-wrap a:focus, .watwijbieden .icons-wrap a:active {
        border: 0;
        background: transparent; }
        .watwijbieden .icons-wrap a:hover p, .watwijbieden .icons-wrap a:focus p, .watwijbieden .icons-wrap a:active p {
          color: #6e32c3;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.elementor-widget-ucaddon_sbdd_diensten_icons {
  width: 100%; }

.dienst-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .dienst-icon a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0;
    width: 100%; }
    .dienst-icon a img {
      width: 100%;
      max-width: 100px !important;
      margin-bottom: 10px; }
    .dienst-icon a p {
      text-align: center;
      font-weight: 600;
      color: #000;
      font-size: 1.9rem; }
    .dienst-icon a:hover, .dienst-icon a:focus, .dienst-icon a:active {
      background: transparent; }
      .dienst-icon a:hover p, .dienst-icon a:focus p, .dienst-icon a:active p {
        color: #6e32c3; }

.sbdd-quote {
  padding: 6rem 0 0 7rem;
  background-image: url(../img/quote-bolletjes.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 120px; }
  .sbdd-quote .quote-tekst {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .sbdd-quote .quote-tekst.wit {
      color: #fff; }
    .sbdd-quote .quote-tekst small {
      display: inline-block;
      margin-top: 15px;
      font-size: 2rem;
      line-height: 1.1em;
      text-transform: none; }

.animatie-home {
  min-height: 570px;
  background-position: right bottom;
  background-size: contain;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  padding: 0rem 40px; }
  @media screen and (max-width: 768px) {
    .animatie-home {
      padding: 0rem 20px;
      min-height: 300px; } }
  @media screen and (max-width: 639px) {
    .animatie-home {
      background-position: right center; } }
  @media screen and (max-width: 479px) {
    .animatie-home {
      min-height: 250px; } }
  .animatie-home .content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }
  .animatie-home h1 {
    font-size: 12rem !important;
    font-weight: 600 !important;
    line-height: .9;
    text-transform: uppercase;
    color: #fff !important;
    padding-right: 20%; }
    @media screen and (max-width: 768px) {
      .animatie-home h1 {
        font-size: 8rem !important; } }
    @media screen and (max-width: 479px) {
      .animatie-home h1 {
        font-size: 6rem !important; } }
    @media screen and (max-width: 350px) {
      .animatie-home h1 {
        font-size: 4.5rem !important; } }

.diensten-kruimel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  .diensten-kruimel .page-name {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.4rem;
    text-align: right;
    line-height: 1; }
  .diensten-kruimel .icon {
    width: 80px;
    margin-left: 15px; }
    .diensten-kruimel .icon img {
      width: 100%;
      max-width: 100px !important; }

.circle-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .circle-container.center {
    justify-content: center; }
  .circle-container.left {
    justify-content: flex-start; }
  .circle-container.right {
    justify-content: flex-end; }
  .circle-container a {
    border: 0; }
    .circle-container a .circle {
      width: 210px;
      height: 210px;
      background-color: #51b342;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0px 25px;
      color: #fff; }
      .circle-container a .circle.groen {
        background-color: #51b342;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .circle-container a .circle.paars {
        background-color: #6e32c3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .circle-container a .circle.blauw {
        background-color: #505b95;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .circle-container a .circle h3 {
        color: #fff;
        margin: 0 0 2px 0;
        text-transform: uppercase;
        font-size: 3.3rem;
        text-align: center;
        font-weight: 500; }
      .circle-container a .circle p {
        text-align: center;
        font-size: 1.8rem; }
        .circle-container a .circle p .home-bestel-button {
          font-size: 3.3rem;
          font-weight: 500; }
    .circle-container a:hover, .circle-container a:focus, .circle-container a:active {
      background: transparent;
      border: 0; }
      .circle-container a:hover .circle.groen, .circle-container a:focus .circle.groen, .circle-container a:active .circle.groen {
        background-color: #468762;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .circle-container a:hover .circle.paars, .circle-container a:focus .circle.paars, .circle-container a:active .circle.paars {
        background-color: #911cf5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .circle-container a:hover .circle.blauw, .circle-container a:focus .circle.blauw, .circle-container a:active .circle.blauw {
        background-color: #3e4774;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .circle-container a.nolink {
      cursor: default; }
      .circle-container a.nolink:hover, .circle-container a.nolink:focus, .circle-container a.nolink:active {
        background: transparent;
        border: 0; }
        .circle-container a.nolink:hover .circle.groen, .circle-container a.nolink:focus .circle.groen, .circle-container a.nolink:active .circle.groen {
          background-color: #51b342; }
        .circle-container a.nolink:hover .circle.paars, .circle-container a.nolink:focus .circle.paars, .circle-container a.nolink:active .circle.paars {
          background-color: #6e32c3; }

.elementor-widget-ucaddon_sbdd_cirkel_button {
  width: 100%; }

.referentie-slider .referentie-text {
  margin-bottom: 2rem; }
.referentie-slider .referentie-name {
  text-transform: uppercase;
  margin-bottom: 2rem; }

.uk-light .uk-dotnav > .uk-active > * {
  background-color: #51b342; }

.uk-light .uk-dotnav a:hover {
  background-color: #468762; }

.masterclass-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .masterclass-list .number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 45px; }
    .masterclass-list .number div {
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      background: #51b342;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600; }
      .masterclass-list .number div.kleur1 {
        background: #00b62a; }
      .masterclass-list .number div.kleur2 {
        background: #28895f; }
      .masterclass-list .number div.kleur3 {
        background: #505b95; }
      .masterclass-list .number div.kleur4 {
        background: #772eca; }
      .masterclass-list .number div.kleur5 {
        background: #9f00ff; }
  .masterclass-list .masterclass-content {
    font-weight: 500;
    flex-grow: 1; }
    .masterclass-list .masterclass-content .masterclass-name {
      text-transform: uppercase; }
    .masterclass-list .masterclass-content .masterclass-text ul {
      margin-bottom: 0; }

.elementor-custom-embed-play {
  width: 65px; }
  .elementor-custom-embed-play circle.st0 {
    fill: #ededed !important; }
  .elementor-custom-embed-play polygon {
    fill: #000 !important; }

.indeling-wrap {
  padding: 20px 0; }
  .indeling-wrap .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px; }
    .indeling-wrap .head .number {
      background: #00b62a;
      color: #fff;
      width: 50px;
      min-width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      margin-right: 20px;
      font-weight: 600;
      font-size: 4rem; }
      .indeling-wrap .head .number.kleur1 {
        background: #00b62a; }
      .indeling-wrap .head .number.kleur2 {
        background: #28895f; }
      .indeling-wrap .head .number.kleur3 {
        background: #505b95; }
      .indeling-wrap .head .number.kleur4 {
        background: #772eca; }
      .indeling-wrap .head .number.kleur5 {
        background: #9f00ff; }
    .indeling-wrap .head .indeling {
      font-weight: 600;
      font-size: 3.6rem;
      text-transform: uppercase;
      line-height: 1; }
  .indeling-wrap .masterclasses {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px; }
    .indeling-wrap .masterclasses .mastercl {
      display: flex;
      flex-direction: column;
      width: calc((100% - 40px) / 3);
      flex-wrap: wrap; }
      @media screen and (max-width: 998px) {
        .indeling-wrap .masterclasses .mastercl {
          width: calc((100% - 20px) / 2); } }
      @media screen and (max-width: 539px) {
        .indeling-wrap .masterclasses .mastercl {
          width: 100%; } }
      .indeling-wrap .masterclasses .mastercl .teller {
        font-weight: 700;
        font-size: 2rem;
        text-transform: uppercase; }
      .indeling-wrap .masterclasses .mastercl .still {
        position: relative; }
        .indeling-wrap .masterclasses .mastercl .still.zwartwit img {
          -webkit-filter: grayscale(50%);
          /* Safari 6.0 - 9.0 */
          filter: grayscale(50%);
          opacity: .4; }
        .indeling-wrap .masterclasses .mastercl .still .overlay {
          position: absolute;
          bottom: 1.5rem;
          right: 1.5rem; }
          .indeling-wrap .masterclasses .mastercl .still .overlay a {
            background-color: #911cf5;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 1;
            padding: 3px 8px 1px 8px;
            border: 0;
            font-size: 2.2rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .indeling-wrap .masterclasses .mastercl .still .overlay a:hover, .indeling-wrap .masterclasses .mastercl .still .overlay a:focus, .indeling-wrap .masterclasses .mastercl .still .overlay a:active {
              background-color: #6e32c3;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
          .indeling-wrap .masterclasses .mastercl .still .overlay .sticker {
            width: 96px;
            height: 96px;
            background-color: #505B95;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0px 15px;
            color: #fff;
            line-height: 1.8rem;
            font-weight: 600;
            font-size: 2rem;
            text-align: center; }
      .indeling-wrap .masterclasses .mastercl .mc-naam {
        font-weight: 700;
        margin-top: 10px;
        font-size: 20px; }
        .indeling-wrap .masterclasses .mastercl .mc-naam span {
          font-weight: 900;
          color: #fff;
          background: #000;
          background: #468762;
          display: inline-block;
          padding: 0 5px; }
      .indeling-wrap .masterclasses .mastercl .intro {
        font-weight: 600;
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .indeling-wrap .masterclasses .mastercl .prijzen {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 20px; }
        .indeling-wrap .masterclasses .mastercl .prijzen .kijken {
          font-weight: 900; }

.bestelformulier .verplicht {
  text-align: right;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  font-size: 18px; }
.bestelformulier p.h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.4rem;
  line-height: 3rem;
  margin: 0rem 0 0.5rem 0;
  color: #6e32c3;
  color: #fff; }
.bestelformulier label {
  font-weight: 600;
  font-size: 18px;
  color: #fff; }
  .bestelformulier label a {
    color: #fff;
    border-bottom: 2px solid #fff; }
    .bestelformulier label a:hover, .bestelformulier label a:focus, .bestelformulier label a:active {
      background-color: #fff;
      color: #51b342; }
.bestelformulier .list-masterclasses .masterclasscheckbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
  padding: 0 8px;
  background-color: #fff; }
  .bestelformulier .list-masterclasses .masterclasscheckbox .wpcf7-list-item.first {
    padding-top: 8px; }
  .bestelformulier .list-masterclasses .masterclasscheckbox .wpcf7-list-item.last {
    padding-bottom: 8px; }
.bestelformulier .list-masterclasses label {
  font-weight: 500;
  font-size: 17px;
  color: #000; }
.bestelformulier .list-masterclasses .head {
  font-weight: 700;
  font-size: 17px;
  display: flex;
  justify-content: flex-end;
  padding: 5px 3px; }
  @media screen and (max-width: 559px) {
    .bestelformulier .list-masterclasses .head {
      display: none; } }
  .bestelformulier .list-masterclasses .head div {
    text-align: center;
    width: 120px; }
.bestelformulier .list-masterclasses .masterclass {
  padding: 5px 3px;
  border-bottom: 1px solid #eee; }
  .bestelformulier .list-masterclasses .masterclass p {
    display: flex; }
    @media screen and (max-width: 559px) {
      .bestelformulier .list-masterclasses .masterclass p {
        flex-wrap: wrap; } }
    .bestelformulier .list-masterclasses .masterclass p label {
      margin-right: auto;
      max-width: calc(100% - 240px); }
      @media screen and (max-width: 559px) {
        .bestelformulier .list-masterclasses .masterclass p label {
          max-width: 100%; } }
      .bestelformulier .list-masterclasses .masterclass p label span {
        font-weight: 700; }
  .bestelformulier .list-masterclasses .masterclass .wpcf7-list-item {
    width: 120px;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 559px) {
      .bestelformulier .list-masterclasses .masterclass .wpcf7-list-item {
        width: auto;
        margin-right: 30px; } }
  .bestelformulier .list-masterclasses .masterclass .wpcf7-list-item-label {
    display: none; }
    @media screen and (max-width: 559px) {
      .bestelformulier .list-masterclasses .masterclass .wpcf7-list-item-label {
        display: inline-block; } }
  .bestelformulier .list-masterclasses .masterclass.gratis .last label {
    display: none; }
.bestelformulier .table-masterclasses {
  background-color: #fff;
  font-weight: 500;
  font-size: 17px;
  border-collapse: collapse; }
  .bestelformulier .table-masterclasses td, .bestelformulier .table-masterclasses th {
    vertical-align: top;
    padding: 5px 3px;
    border-bottom: 1px solid #eee; }
    .bestelformulier .table-masterclasses td.center, .bestelformulier .table-masterclasses th.center {
      text-align: center;
      width: 100px; }
.bestelformulier .fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }
  .bestelformulier .fields .fieldwrap {
    padding: 0rem 0; }
    .bestelformulier .fields .fieldwrap.fullwidth {
      width: 100%;
      box-sizing: content-box; }
    .bestelformulier .fields .fieldwrap.halfwidth {
      width: calc((100% - 20px) / 2);
      box-sizing: content-box; }
      @media screen and (max-width: 550px) {
        .bestelformulier .fields .fieldwrap.halfwidth {
          width: 100%; } }
    .bestelformulier .fields .fieldwrap input[type="text"], .bestelformulier .fields .fieldwrap input[type="email"] {
      width: 100%;
      border-radius: 0;
      border: 0;
      padding: 8px;
      font-family: rajdhani, sans-serif;
      font-weight: 500;
      font-size: 17px;
      margin-top: 2px;
      box-sizing: border-box; }
    .bestelformulier .fields .fieldwrap select {
      width: 100%;
      font-family: rajdhani, sans-serif;
      font-weight: 500;
      font-size: 17px;
      margin-top: 2px;
      border-radius: 0;
      border: 0;
      height: 150px; }
      .bestelformulier .fields .fieldwrap select option:first-of-type {
        font-style: italic;
        font-weight: 600;
        font-size: 15px; }
    .bestelformulier .fields .fieldwrap textarea {
      width: calc(100% - 16px);
      border-radius: 0;
      border: 0;
      padding: 8px;
      font-family: rajdhani, sans-serif;
      font-weight: 500;
      font-size: 17px;
      margin-top: 2px;
      height: 100px; }
    .bestelformulier .fields .fieldwrap .wpcf7-radio .first {
      margin-left: 0; }
      .bestelformulier .fields .fieldwrap .wpcf7-radio .first input {
        margin-left: 0; }
    .bestelformulier .fields .fieldwrap .wpcf7-radio label span {
      font-weight: 500; }
    .bestelformulier .fields .fieldwrap .wpcf7-acceptance .wpcf7-list-item {
      margin-left: 0; }
      .bestelformulier .fields .fieldwrap .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
        margin-left: 0; }
.bestelformulier input[type=submit] {
  border: 0;
  border-radius: 0;
  background-color: #911cf5;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: rajdhani, sans-serif;
  text-transform: uppercase;
  padding: 3px 8px 1px 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2rem; }
  .bestelformulier input[type=submit]:hover, .bestelformulier input[type=submit]:focus, .bestelformulier input[type=submit]:active {
    background-color: #6e32c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.bestelformulier .wpcf7-not-valid-tip {
  font-size: 1.7rem;
  font-weight: 600;
  color: yellow; }

.wpcf7-response-output {
  display: inline-block;
  color: yellow;
  border-color: yellow !important;
  margin: 2rem 0 0 0 !important;
  font-weight: 600;
  font-size: 1.7rem; }

.privacy-modal .uk-modal-dialog {
  width: 800px; }
  .privacy-modal .uk-modal-dialog p {
    margin-bottom: 22px;
    line-height: 1.3; }
  .privacy-modal .uk-modal-dialog a {
    border-bottom: 1px solid #000; }
.privacy-modal .uk-close {
  color: #000 !important; }

.bestel-modal .uk-modal-dialog {
  background-color: #51b342;
  width: 800px; }
.bestel-modal .uk-close {
  color: #fff !important; }

.button-wrap {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .button-wrap {
      justify-content: center; } }
  .button-wrap .uk-button {
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: #51b342;
    color: #fff;
    border: none;
    text-transform: none;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .button-wrap .uk-button:hover, .button-wrap .uk-button:focus, .button-wrap .uk-button:active {
      background-color: #468762;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

#button-modal .uk-modal-dialog {
  width: 800px;
  background-color: #51b342;
  color: #fff;
  font-weight: 600; }
  #button-modal .uk-modal-dialog .uk-close {
    color: #fff !important; }
  #button-modal .uk-modal-dialog h2 {
    color: #fff; }
  #button-modal .uk-modal-dialog p, #button-modal .uk-modal-dialog ul, #button-modal .uk-modal-dialog ol {
    margin-bottom: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff; }
  #button-modal .uk-modal-dialog .fieldwrap p {
    margin-bottom: 0; }
  #button-modal .uk-modal-dialog a {
    border-bottom: 2px solid #fff; }
#button-modal .uk-close {
  color: #000 !important; }

/*# sourceMappingURL=styles.css.map */
