@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&family=Cardo&display=swap");
html {
  font-size: 60%;
  font-family: "Poppins", sans-serif;
  margin-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: .2px; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7em;
  color: #222; }

a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover, a:focus, a:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #055e51;
  text-decoration: underline; }

a.main-logo {
  border-bottom: 0; }

a.main-logo:hover, a.main-logo:focus, a.main-logo:active {
  border-bottom: 0;
  text-decoration: none; }

a.main-logo img {
  max-width: 200px; }

.payoff .text-payoff {
  padding-top: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: .1px; }

p > a {
  border-bottom: 1px solid #97bf1f; }
  p > a:hover, p > a:active, p > a:focus {
    background-color: #97bf1f;
    color: #fff !important; }

.topmenu {
  color: #fff; }

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

ul {
  padding-left: 17px;
  list-style-type: circle; }

.menus {
  margin-top: 0 !important;
  color: #fff; }

.mainmenu {
  margin-top: 0 !important; }

#menu-topmenu .color {
  color: #fff;
  text-shadow: 0px 0px 1px #fff; }

#main-nav {
  height: 4rem;
  /* set to the height you want your menu to be */
  margin: 0 0;
  /* just to give some spacing */
  font-size: 2.1rem;
  font-weight: 300; }

@media screen and (max-width: 1260px) {
  #main-nav {
    font-size: 2rem; } }
#main-nav ul {
  margin: 0;
  padding: 0;
  /* only needed if you have not done a CSS reset */ }

#main-nav ul ul {
  /* this targets all sub menus */
  opacity: 0;
  padding-top: .7rem;
  padding-bottom: 1rem;
  background: #055e51;
  transition: all 150ms ease;
  pointer-events: none;
  position: absolute;
  top: 4rem;
  /* this should be the same height as the top level menu -- height + padding + borders */
  -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 {
  /* this targets all submenu items */
  float: none;
  /* overwriting our float up above */
  width: 230px;
  /* set to the width you want your sub menus to be. This needs to match the value we set below */
  height: 3.5rem;
  line-height: 3.5rem; }

#main-nav ul ul li a {
  /* target all sub menu item links */
  padding: 0px 10px;
  /* give our sub menu links a nice button feel */
  height: 3.5rem;
  line-height: 3.5rem;
  background: #055e51;
  color: #fff; }

#main-nav ul ul li ul {
  /* target all second, third, and deeper level sub menus */
  left: 150px;
  /* this needs to match the sub menu width set above -- width + padding + borders */
  top: 0;
  /* this ensures the sub menu starts in line with its parent item */ }

#main-nav ul li:hover > ul {
  display: block;
  /* show sub menus when hovering over a parent */
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto; }

#main-nav li {
  display: block;
  float: left;
  line-height: 4rem;
  /* this should be the same as your #main-nav height */
  height: 4rem;
  /* this should be the same as your #main-nav height */
  margin: 0;
  padding: 0 20px;
  /* only needed if you don't have a reset */
  position: relative;
  /* this is needed in order to position sub menus */ }

@media screen and (max-width: 1310px) {
  #main-nav li {
    padding: 0 13px; } }
#main-nav li a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  letter-spacing: .2px;
  color: #878787 !important;
  text-decoration: none; }

#main-nav li.uk-float-right {
  float: right; }

#main-nav li:last-of-type {
  padding-right: 0; }

#main-nav .current-menu-item > a, #main-nav .current_page_item > a, #main-nav .current_page_ancestor > a, #main-nav a:focus, #main-nav a:active, #main-nav a:hover {
  color: #97bf1f !important;
  background: transparent;
  text-shadow: 0px 0px 1px #fff; }

#main-nav .sub-menu a:hover {
  background-color: #055e51;
  color: #fff; }

#main-nav ul#menu-hoofdmenu {
  margin-top: 45px; }

#main-nav ul#menu-hoofdmenu > li:last-of-type ul {
  right: 0; }

#main-nav li.menu-item-has-children > a::after {
  font-family: "FontAwesome";
  content: "\f0d7";
  margin-left: 7px;
  color: #b74141;
  font-size: 1.1em;
  vertical-align: middle; }

@media screen and (max-width: 959px) {
  #main-nav li.menu-item-has-children > a::after {
    margin-left: 3px; } }
#main-nav li ul li.current_page_item a {
  background-color: #055e51;
  color: #222; }

.sec-menu ul {
  margin-bottom: 0; }

.sec-menu ul li {
  list-style-type: none;
  display: inline-block; }

.sec-menu ul li:last-of-type a {
  padding-right: 0; }

.sec-menu ul li.current_page_item a {
  color: #fff;
  text-shadow: 0px 0px 1px #fff; }

.sec-menu ul li a {
  color: #878787 !important;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 400; }

.sec-menu ul li a:hover, .sec-menu ul li a:active, .sec-menu ul li a:focus {
  color: #97bf1f !important;
  text-shadow: 0px 0px 1px #fff; }

.modal-menu a {
  text-decoration: none;
  border-bottom: 0; }

.modal-menu a:hover, .modal-menu a:focus, .modal-menu a:active {
  border-bottom: 0;
  color: #C51F25; }

#modal-nav .uk-modal-dialog {
  background: #208274; }

#modal-nav .uk-modal-dialog .uk-modal-close-full {
  background: #208274;
  color: #fff; }

#modal-nav .uk-modal-dialog .bellows-wrap {
  margin-top: 100px; }

#modal-nav .uk-modal-dialog .bellows-wrap h3 {
  margin-top: 100px !important;
  margin-bottom: 15px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px; }

#modal-nav .uk-modal-dialog .bellows-wrap ul {
  list-style-type: none;
  padding-left: 0; }

#modal-nav .uk-modal-dialog .bellows-wrap ul li {
  text-align: center; }

#modal-nav .uk-modal-dialog .bellows-wrap ul li a {
  color: #ddd;
  font-size: 2.6rem;
  line-height: 6rem;
  text-decoration: none; }

#modal-nav .uk-modal-dialog .bellows-wrap ul li a:focus, #modal-nav .uk-modal-dialog .bellows-wrap ul li a:hover, #modal-nav .uk-modal-dialog .bellows-wrap ul li a:active {
  color: #fff !important;
  text-shadow: 0px 0px 1px #fff; }

#modal-nav .uk-modal-dialog .bellows-wrap ul li.current_page_item a {
  color: #fff !important;
  text-shadow: 0px 0px 1px #fff; }

#modal-nav .uk-modal-dialog .bellows-wrap #menu-topmenu-1 {
  margin-top: 20px;
  padding-left: 0; }

#modal-nav .uk-modal-dialog .bellows-wrap #menu-topmenu-1 li {
  display: block; }

#modal-nav .uk-modal-dialog .bellows-wrap #menu-topmenu-1 li a {
  color: #ddd; }

#modal-nav .topregel {
  margin-top: 50px; }

#modal-nav .topregel a {
  background-color: #055e51; }

#modal-nav .topregel a span {
  margin-right: 0px;
  width: 45px;
  text-align: center;
  padding-top: 6px;
  height: 39px;
  background-color: #055e51;
  color: #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#modal-nav .topregel a:hover span, #modal-nav .topregel a:active span, #modal-nav .topregel a:focus span {
  color: #fff;
  background-color: #04463c;
  -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-body {
  padding-bottom: 50px; }

@media screen and (max-width: 639px) {
  .logo {
    margin-top: 15px; } }

ul.elementor-icon-list-items {
  padding-left: 0px !important; }

em {
  color: #222; }

.copyright {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.6rem;
  margin-left: 10px; }

#footer {
  min-height: 36px; }

#footer a {
  text-decoration: none;
  border-bottom: 0; }

.mobile-footer .copyright {
  color: #222;
  text-align: center; }

.row.header {
  background: #ffffff;
  padding-bottom: 0px !important;
  padding-top: 0 !important;
  /*background: #fff url(../img/bg_footer.gif) repeat top left;*/
  height: 130px; }
  @media screen and (max-width: 639px) {
    .row.header {
      height: 115px; } }

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

::selection {
  color: #fff;
  background: #1b6e62; }

a.go-top {
  display: none; }

.go-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 0rem;
  right: 1rem;
  background: #97bf1f;
  color: #fff !important;
  text-align: center;
  font-size: 3rem;
  line-height: 40px;
  -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; }

.go-to-top svg {
  color: #fff !important;
}

.go-to-top:hover, .go-to-top:focus, .go-to-top:active {
  color: #fff;
  background-color: #91b225;
  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 {
  background-color: #97bf1f; }

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

h1 {
  color: #222;
  letter-spacing: -.5px; }

@media screen and (max-width: 960px) {
  h1 {
    font-size: 40px !important; } }
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px !important; } }
h3 {
  margin: 30px 0 5px 0 !important; }

p {
  margin: 0; }

.uk-button, .elementor-button {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  min-width: 250px;
  background: #fff;
  color: #97bf1f !important;
  border: 2px solid #97bf1f;
  padding: 13px 25px 10px 25px;
  font-weight: 500;
  letter-spacing: .2px;
  font-size: 16px; }

.uk-button:hover, .uk-button:active, .uk-button:focus, .elementor-button:hover, .elementor-button:active, .elementor-button:focus {
  background: #97bf1f;
  color: #fff !important;}

.uk-button.icon-after, .elementor-button.icon-after {
  float: right;
  margin-right: 10px;
  padding: 5px 33px 5px 8px; }

.uk-button.icon-after::after, .elementor-button.icon-after::after {
  content: url("../img/volgende.svg");
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 15px;
  float: right;
  margin-left: 10px;
  width: 20px;
  vertical-align: text-bottom; }

.uk-button.icon-after-left, .elementor-button.icon-after-left {
  float: left;
  margin-right: 10px;
  padding: 5px 33px 5px 8px;
  position: relative; }

.uk-button.icon-after-left::after, .elementor-button.icon-after-left::after {
  content: url("../img/volgende.svg");
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 5px;
  float: right;
  margin-left: 10px;
  width: 20px;
  vertical-align: text-bottom; }

.uk-button.icon-before, .elementor-button.icon-before {
  float: left;
  margin-left: 10px;
  padding: 5px 8px 5px 33px;
  text-align: right;
  position: relative; }

.uk-button.icon-before::before, .elementor-button.icon-before::before {
  content: url("../img/vorige.svg");
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 5px;
  margin-right: 10px;
  width: 20px;
  vertical-align: text-bottom; }

#header a.elementor-icon {
  color: #055e51; }

#header a.elementor-icon:hover, #header a.elementor-icon:active, #header a.elementor-icon:focus {
  color: #C51F25; }

.mobile-menu nav ul {
  text-align: center !important; }

.mobile-menu a {
  border-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-align: center; }

.mobile-menu a:focus, .mobile-menu a:active, .mobile-menu a:hover {
  text-decoration: underline !important; }

.mobile-hamburger {
  padding-top: 20px; }
  @media screen and (max-width: 639px) {
    .mobile-hamburger {
      padding-top: 35px; } }

.mobile-hamburger a {
  color: #fff !important; }

.hamburger-dropdown nav {
  position: absolute;
  z-index: 9997;
  top: 75px;
  width: 300px;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden !important; }

@media screen and (max-width: 480px) {
  .hamburger-dropdown nav {
    width: 100vw; } }
.hamburger-dropdown nav ul {
  font-family: "Poppins", sans-serif; }

.hamburger-dropdown nav ul li a {
  color: #055e51;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #C51F25;
  text-transform: uppercase; }

.hamburger-dropdown nav ul li a:focus, .hamburger-dropdown nav ul li a:active, .hamburger-dropdown nav ul li a:hover {
  color: #fff;
  background-color: #055e51 !important; }

.hamburger-dropdown nav ul li.current_page_item a {
  color: #fff;
  background-color: #C51F25 !important; }

ol {
  margin-left: 0px;
  padding-left: 18px; }

ol li {
  padding-left: 5px; }

.meer-weten h4 {
  margin-bottom: 5px; }

.elementor-menu-toggle:focus, .elementor-menu-toggle:active {
  outline: 0 !important; }

.elementor-menu-toggle .eicon-menu-bar::before {
  content: url(../img/hamburger.svg);
  height: 55px;
  width: 55px;
  display: inline-block;
  margin-top: 5px; }

.elementor-menu-toggle.elementor-active .eicon-menu-bar::before {
  content: url(../img/kruis.svg);
  height: 55px;
  width: 55px;
  display: inline-block; }

.elementor-text-editor p {
  margin-bottom: 10px; }

.elementor-text-editor a {
  text-decoration: underline; }

.elementor-text-editor a:active, .elementor-text-editor a:focus, .elementor-text-editor a:hover {
  text-decoration: underline; }

li.elementor-icon-list-item a {
  text-decoration: underline;
  font-weight: normal; }

li.elementor-icon-list-item a span.elementor-icon-list-text {
  color: #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

li.elementor-icon-list-item a:active, li.elementor-icon-list-item a:focus, li.elementor-icon-list-item a:hover {
  text-decoration: underline; }

li.elementor-icon-list-item a:active span.elementor-icon-list-text, li.elementor-icon-list-item a:focus span.elementor-icon-list-text, li.elementor-icon-list-item a:hover span.elementor-icon-list-text {
  color: #055e51 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

input[type=text], input[type=email] {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  background: #fff;
  margin: 0rem 0;
  font-size: 15px;
  display: block;
  box-sizing: border-box; }

input[type=text]::placeholder, input[type=email]::placeholder {
  color: #6f6f6f;
  font-size: 15px; }

#main-header .site-top-header-wrap .site-top-header-inner-wrap.site-header-row {
  display: block !important; }

#main-header .site-top-header-wrap .site-top-header-inner-wrap.site-header-row .site-header-section {
  display: block !important; }

#main-header .site-top-header-wrap .site-top-header-inner-wrap.site-header-row .site-header-section .site-header-item {
  display: block !important; }

.row.slider-home .container-breed {
  max-width: 100%; }

.row.slider-home .container-breed .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative; }

.row.slider-home .container-breed .text-wrap {
  padding-bottom: 35px;
  width: 100%;
  max-width: 900px; }

.row.slider-home .container-breed h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 54px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Roboto', sans-serif !important;
  line-height: .8em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    .row.slider-home .container-breed h2 {
      font-size: 48px;
      margin-bottom: 20px; } }

.row.slider-home .container-breed h2 span {
  font-size: .65em; }

.row.slider-home .container-breed p {
  margin-bottom: 30px !important; }

.row.slider-home .container-breed p.overlay-text {
  margin-bottom: 50px !important;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    .row.slider-home .container-breed p.overlay-text {
      font-size: 1.8rem;
      margin-bottom: 30px !important; } }

.row.slider-home .container-breed .uk-button {
  padding: 18px 30px;
  border: 1px solid #97bf1f;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px; }

.row.slider-home .container-breed .uk-button:hover, .row.slider-home .container-breed .uk-button:focus, .row.slider-home .container-breed .uk-button:active {
  background: #fff;
  color: #97bf1f !important;
  text-decoration: none; }

.row.header .container-breed {
  max-width: 1500px; }

.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 !important;
  background-color: #97bf1f;
  -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: #91b225;
  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; } }
#diensten .elementor-container {
  flex-wrap: wrap !important; }

#diensten .elementor-container .elementor-column {
  width: 33.3% !important; }

@media screen and (max-width: 960px) {
  #diensten .elementor-container .elementor-column {
    width: 50% !important; } }
@media screen and (max-width: 540px) {
  #diensten .elementor-container .elementor-column {
    width: 100% !important; } }
.footer {
  /*background: #19665b url(../img/bg_footer.gif) repeat top left;*/
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 0rem;
  font-size: 1.7rem;
  border-top: 5px solid #fff; }

.footer > .uk-container {
  padding-left: 20px;
  padding-right: 20px; }

.footer > .uk-container.container-breed {
  max-width: 1500px; }

.footer h3 {
  color: #878787 !important;
  font-size: 2.6rem;
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal;
  position: relative; }

.footer h3::after {
  content: " ";
  display: block;
  height: 1px;
  background: #bbb;
  width: 95px;
  position: absolute;
  left: 0;
  bottom: -15px; }

@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: #878787 !important;
  -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;
  text-decoration: none; }

.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: #fff;
  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; }

.footer .footer-col1 span.contact-span, .footer .footer-col2 span.contact-span, .footer .footer-col3 span.contact-span, .footer .footer-col4 span.contact-span {
  display: inline-block;
  width: 15px;
  margin-right: 5px; }

@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: #878787 !important;
  -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: #fff;
  text-decoration: none; }

.footer .footer-col1 ul.current_page_item a, .footer .footer-col2 ul.current_page_item a, .footer .footer-col3 ul.current_page_item a, .footer .footer-col4 ul.current_page_item a {
  color: #fff; }

.footer .footer-col1 a img {
  max-width: 75%;
  width: 100%;
  /*opacity: .8;*/
  /*-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 a:hover img, .footer .footer-col1 a:focus img, .footer .footer-col1 a:active img {
  opacity: 1;
  -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-col2 a {
  color: #fff; }

.footer .footer-col2 a:hover, .footer .footer-col2 a:active, .footer .footer-col2 a:focus {
  text-decoration: underline; }

.footer .footer-col2 li.current_page_item a {
  color: #fff; }

.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-col3 li.current_page_item a {
  color: #fff; }

.footer .socmed-footer {
  margin-top: 20px;
  margin-bottom: 20px; }

.footer .socmed-footer .sociallink-item {
  display: inline-block;
  width: 40px;
  margin-right: 1px; }

.footer .socmed-footer .sociallink-item a {
  background-color: #97bf1f;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff; }

.footer .socmed-footer .sociallink-item a svg{
  color: #fff; !important;}

.footer .socmed-footer .sociallink-item a:focus, .footer .socmed-footer .sociallink-item a:hover, .footer .socmed-footer .sociallink-item a:active {
  background-color: #91b225; }

.colofon {
  color: #bbb;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin-top: 3rem;
  background: transparent; }

.colofon > .uk-container {
  padding-left: 20px;
  padding-right: 20px; }

.colofon > .uk-container.container-breed {
  max-width: 1500px; }

.colofon a {
  color: #878787 !important;
  text-decoration: none;
  border-bottom: 0; }

.colofon a:hover, .colofon a:active, .colofon a:focus {
  color: #fff !important;
  border-bottom: 0; }

.uk-container.view-news {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1300px; }

.uk-container.view-news .item-wrap {
  cursor: pointer; }

.uk-container.view-news .item-wrap a h3 {
  color: #ddd; }

.uk-container.view-news .item-wrap:hover a h3 {
  color: #fff; }

.uk-container.view-news .item-wrap .uk-overlay-primary {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 65%); }

.uk-container.view-news .item-wrap .uk-overlay {
  padding: 20px; }

.uk-container.view-news .uk-card {
  border: 1px solid #eee;
  cursor: pointer; }

.uk-container.view-news .uk-card .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee; }

@media screen and (max-width: 639px) {
  .uk-container.view-news .uk-card .image {
    height: 250px; } }
@media screen and (max-width: 480px) {
  .uk-container.view-news .uk-card .image {
    height: 200px; } }
.uk-container.view-news .uk-card h3 {
  font-size: 18px;
  padding: 0px 10px;
  font-weight: 500;
  margin: 15px 0 10px 0 !important;
  line-height: 1.5;
  color: #055e51; }

.uk-container.view-news .uk-card p.description {
  padding: 0px 10px;
  margin-top: 10px;
  color: #222; }

.uk-container.view-news .uk-card p.description.card-link {
  padding: 10px 10px;
  color: #055e51;
  margin: 0; }

.uk-container.view-news .uk-card:hover {
  background: #f6f6f6; }

.uk-container.view-news .uk-card:hover h3 {
  color: #C51F25; }

.uk-container.view-news .uk-card:hover p.description.card-link {
  color: #C51F25; }

#view {
  margin-bottom: 80px; }
  #view .uk-card {
    border: 1px solid #eee;
    cursor: pointer; }
    #view .uk-card a {
      text-decoration: none; }
    #view .uk-card .image {
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #eee; }
    @media screen and (max-width: 639px) {
      #view .uk-card .image {
        height: 250px; } }
    @media screen and (max-width: 480px) {
      #view .uk-card .image {
        height: 200px; } }
    #view .uk-card h3 {
      font-size: 24px;
      padding: 0px 10px;
      font-weight: bold;
      margin: 15px 0 15px 0 !important;
      line-height: 1.3;
      color: #878787;
      font-family: 'Roboto', sans-serif !important; }
    #view .uk-card p.description {
      padding: 0px 10px;
      margin-top: 0px;
      color: #222; }
      #view .uk-card p.description.card-link {
        padding: 10px 10px;
        color: #878787;
        margin: 0;
        font-weight: 500; }
      #view .uk-card p.description span {
        font-size: .8em;
        font-weight: 700;
        letter-spacing: 1px; }
    #view .uk-card .meta-info {
      color: #222;
      font-size: 15px;
      font-weight: 600; }
    #view .uk-card:hover {
      background: #f6f6f6; }
      #view .uk-card:hover h3 {
        color: #C51F25; }
      #view .uk-card:hover p.description.card-link {
        color: #C51F25; }

#view-team {
  margin-bottom: 80px; }
  #view-team .uk-card h3 {
    font-size: 19px;
    padding: 0px 10px;
    font-weight: bold;
    margin: 15px 0 0px 0 !important;
    line-height: 1.2;
    color: #878787;
    font-family: 'Roboto', sans-serif !important; }
  #view-team .uk-card p.function {
    padding: 0px 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #222; }

.single-post .container-post-content {
  max-width: 1000px; }

.single-post .container-post-content .post-content {
  background: #fff;
  padding: 0px 45px 45px 45px; }
  .single-post .container-post-content .post-content .single-entry {
    margin-top: 40px !important; }
    .single-post .container-post-content .post-content .single-entry .description {
      font-size: .9em;
      font-weight: 600;
      letter-spacing: 1px; }

.single-post .container-post-content .post-content .breadcrumbs a {
  text-decoration: none;
  color: #055e51; }

.single-post .container-post-content .post-content .breadcrumbs a:hover, .single-post .container-post-content .post-content .breadcrumbs a:focus, .single-post .container-post-content .post-content .breadcrumbs a:active {
  color: #C51F25; }

.single-post .container-post-content .post-content .post-content-inner {
  padding-top: 40px; }

.single-project .post-content-wrap, .single-vacature .post-content-wrap, .single-post .post-content-wrap {
  padding-top: 0px;
  padding-bottom: 0px; }
  .single-project .post-content-wrap h1, .single-vacature .post-content-wrap h1, .single-post .post-content-wrap h1 {
    color: #878787;
    font-family: 'Roboto', sans-serif !important;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.5em;
    margin-top: 0px;
    margin-bottom: 10px; }
  .single-project .post-content-wrap .divider, .single-vacature .post-content-wrap .divider, .single-post .post-content-wrap .divider {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: solid 2px #97bf1f;
    width: 120px;
    margin-bottom: 0px; }
  .single-project .post-content-wrap .breadcrumbs, .single-vacature .post-content-wrap .breadcrumbs, .single-post .post-content-wrap .breadcrumbs {
    margin-top: 5px;
    font-size: .85em; }
    .single-project .post-content-wrap .breadcrumbs a, .single-vacature .post-content-wrap .breadcrumbs a, .single-post .post-content-wrap .breadcrumbs a {
      text-decoration: none;
      color: #878787; }
      .single-project .post-content-wrap .breadcrumbs a:hover, .single-project .post-content-wrap .breadcrumbs a:focus, .single-project .post-content-wrap .breadcrumbs a:active, .single-vacature .post-content-wrap .breadcrumbs a:hover, .single-vacature .post-content-wrap .breadcrumbs a:focus, .single-vacature .post-content-wrap .breadcrumbs a:active, .single-post .post-content-wrap .breadcrumbs a:hover, .single-post .post-content-wrap .breadcrumbs a:focus, .single-post .post-content-wrap .breadcrumbs a:active {
        color: #97bf1f; }

.single-vacature .vacature-content-wrap {
  margin-top: 40px; }

.content-two-columns {
  padding-top: 40px;
  padding-bottom: 60px; }

.post-content-inner p {
  margin-bottom: 1.7rem; }
  .post-content-inner p a {
    text-decoration: none;
    color: #055e51; }
    .post-content-inner p a:hover, .post-content-inner p a:focus, .post-content-inner p a:active {
      color: #C51F25; }

.contactpage-info a:hover, .contactpage-info a:active, .contactpage-info a:focus {
  background: #97bf1f;
  color: #fff !important; }

.contactpage-info a {
  color: #878787 !important;
}
/*# sourceMappingURL=styles.css.map */


.uk-icon {
  color: #97bf1f;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) #97bf1f !important;
}

.title {
  color: #97bf1f !important;
  font-family: 'Roboto', sans-serif !important;
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #97bf1f !important;
}

.footer-col4 p {
  color: #878787 !important;
}

p > a:hover {
  background-color: #97bf1f;
}

.colofon a:hover {
  color: #97bf1f !important;
}

.uk-button-widget-klein {
  border: 1px solid #97bf1f !important;
}

.elementor-heading-title {
  font-family: 'Roboto', sans-serif !important;
}

.info .card-link a:hover {
  color: #97bf1f !important;
}