:root {
  --darkgrey: #25262b;
  --orange: #f66249;
  --devider: #35373e;
  --mediumgrey: #717171;
  --lightgrey: #e3e3e3;
  --highlight-bg: #ffdcdc;
  --link-hover: #f43818;
  --lightgreen: #6dc995;
  --darkgreen: #5ea67d;
}

@font-face {
  font-family: "Karla-Regular";
  src: url("/templates/yootheme_custom/webfonts/Karla-Regular.ttf");
}
@font-face {
  font-family: "Karla-Medium";
  src: url("/templates/yootheme_custom/webfonts/Karla-Medium.ttf");
}
@font-face {
  font-family: "Karla-SemiBold";
  src: url("/templates/yootheme_custom/webfonts/Karla-SemiBold.ttf");
}
@font-face {
  font-family: "Karla-Bold";
  src: url("/templates/yootheme_custom/webfonts/Karla-Bold.ttf");
}
/*
    @font-face {
        font-family: "...";
        src: url("/templates/yootheme_custom/fonts/.../....ttf") format("truetype");
    }

    @mixin ...{
        font-family: "...", sans-serif !important;   
        font-style: normal;
        letter-spacing: px;
        text-transform: uppercase !important;
    }
    */
/*
    @font-face {
        font-family: "...";
        src: url("/templates/yootheme_custom/fonts/.../....ttf") format("truetype");
    }

    @mixin ...{
        font-family: "...", sans-serif !important;   
        font-style: normal;
        letter-spacing: px;
        text-transform: uppercase !important;
    }
    */
:root {
  --darkgrey: #25262b;
  --orange: #f66249;
  --devider: #35373e;
  --mediumgrey: #717171;
  --lightgrey: #e3e3e3;
  --highlight-bg: #ffdcdc;
  --link-hover: #f43818;
  --lightgreen: #6dc995;
  --darkgreen: #5ea67d;
}

@font-face {
  font-family: "Karla-Regular";
  src: url("/templates/yootheme_custom/webfonts/Karla-Regular.ttf");
}
@font-face {
  font-family: "Karla-Medium";
  src: url("/templates/yootheme_custom/webfonts/Karla-Medium.ttf");
}
@font-face {
  font-family: "Karla-SemiBold";
  src: url("/templates/yootheme_custom/webfonts/Karla-SemiBold.ttf");
}
@font-face {
  font-family: "Karla-Bold";
  src: url("/templates/yootheme_custom/webfonts/Karla-Bold.ttf");
}
/*
    @font-face {
        font-family: "...";
        src: url("/templates/yootheme_custom/fonts/.../....ttf") format("truetype");
    }

    @mixin ...{
        font-family: "...", sans-serif !important;   
        font-style: normal;
        letter-spacing: px;
        text-transform: uppercase !important;
    }
    */
/*
    @font-face {
        font-family: "...";
        src: url("/templates/yootheme_custom/fonts/.../....ttf") format("truetype");
    }

    @mixin ...{
        font-family: "...", sans-serif !important;   
        font-style: normal;
        letter-spacing: px;
        text-transform: uppercase !important;
    }
    */
.tekstblok {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--mediumgrey);
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

h1 {
  font-family: "Karla-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
}
h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: var(--darkgreen);
  margin-top: 10px;
}

h3 {
  font-family: "Karla-Bold", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
}
h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: var(--darkgreen);
  margin-top: 10px;
}

p {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--mediumgrey);
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.5;
  max-width: 90ch;
}

a {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--darkgreen);
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
a:hover {
  color: var(--lightgreen);
}

h1 {
  font-size: 40px;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
}

@supports not (aspect-ratio: 1) {
  .video {
    width: 100%;
    height: 450px;
  }
}
.tm-headerbar {
  background: var(--darkgrey) !important;
}

.uk-navbar-container {
  background-image: url(/images/footer.jpg) !important;
  min-height: 130px;
}
.uk-navbar-container .uk-navbar-nav > li > a {
  color: white;
  font-size: 15px;
  font-family: "Karla-Bold", sans-serif;
  white-space: nowrap;
  letter-spacing: normal;
  flex-wrap: wrap;
  row-gap: 0px;
}
.uk-navbar-container .uk-navbar {
  border-top: 1px solid var(--devider);
  justify-content: end;
  height: 97px;
}
@media (max-width: 1200px) {
  .uk-navbar-container .uk-navbar {
    justify-content: space-between;
  }
}
.uk-navbar-container .uk-navbar .uk-navbar-left .uk-logo {
  min-height: 140px;
}
.uk-navbar-container .uk-navbar .uk-navbar-left picture img {
  position: absolute;
  top: 0px !important;
  left: 0;
  width: 140px !important;
  padding-block: 10px;
}
.uk-navbar-container .uk-navbar .uk-navbar-right {
  margin-left: 250px;
}
@media (max-width: 1200px) {
  .uk-navbar-container .uk-navbar .uk-navbar-right {
    margin-left: 0px;
  }
}
.uk-navbar-container .uk-navbar .uk-navbar-nav {
  flex-wrap: wrap;
  row-gap: 0px;
}
.uk-navbar-container .uk-navbar .uk-navbar-nav li {
  height: 52px;
  display: flex;
  align-items: center;
  position: relative;
}
.uk-navbar-container .uk-navbar .uk-navbar-nav li a {
  transition: color 0.3s;
}
.uk-navbar-container .uk-navbar .uk-navbar-nav li.uk-active a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: white;
  margin-top: 30px;
  left: 0;
}

.intro_text_section {
  background-color: #ffdcdc;
}
.intro_text_section .uk-background-norepeat {
  background-color: #ffdcdc !important;
}
.intro_text_section h2 {
  color: #9b1316;
}
.intro_text_section h3 {
  font-family: "Karla-Bold", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
}
.intro_text_section h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: var(--darkgreen);
  margin-top: 10px;
}
.intro_text_section img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.intro_text_section .tekstblok {
  max-width: 90ch;
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--darkgrey);
  font-size: 15px;
  line-height: 23px;
}
.intro_text_section .tekstblok p {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--darkgrey);
  font-size: 15px;
  line-height: 23px;
}

.intro_text_section.licht {
  background-color: #f7f7f9 !important;
}
.intro_text_section.licht .tekstblok {
  color: var(--mediumgrey);
}
.intro_text_section.licht .tekstblok ul {
  margin: 5px 0 5px 0;
}
.intro_text_section.licht .tekstblok p {
  color: var(--mediumgrey);
}

.intro_text_section.bordeauxrood {
  background-color: #9b1316 !important;
}
.intro_text_section.bordeauxrood h2 {
  color: white;
}
.intro_text_section.bordeauxrood .tekstblok {
  color: white;
}
.intro_text_section.bordeauxrood .tekstblok ul {
  margin: 5px 0 5px 0;
}
.intro_text_section.bordeauxrood .tekstblok p {
  color: white;
}

.intro_text_section.licht .uk-background-norepeat {
  background-color: #f7f7f9 !important;
}

.uk-button {
  background-color: var(--lightgreen);
  font-size: 16px;
  font-family: "Karla-Bold", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
  padding-inline: 38px;
  padding-block: 2px;
}
.uk-button:hover {
  background-color: var(--darkgreen);
  color: white;
}

.bordeauxrood {
  background-color: #9b1316 !important;
}
.bordeauxrood h2,
.bordeauxrood h3 {
  color: white;
}
.bordeauxrood .tekstblok {
  color: white;
}
.bordeauxrood .tekstblok ul {
  margin: 5px 0 5px 0;
}
.bordeauxrood .tekstblok p {
  color: white;
}

.newsitems_teaser a::before {
  content: ">";
  margin-right: 5px;
}
.newsitems_teaser a:hover {
  text-decoration: none;
}

.breadcrumbs .uk-container {
  padding: 0 0 20px 0;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-family: "Karla-SemiBold", sans-serif;
  font-size: 14px;
  color: var(--mediumgrey);
  letter-spacing: -0.5px;
  text-transform: none;
}

.gridsection img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gridsection h2 {
  font-family: "Karla-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}
.gridsection .tekstblok {
  text-align: center;
  max-width: none;
  color: #fff;
}
.gridsection .tekstblok p {
  color: #fff;
  max-width: none;
}
.gridsection h3 {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--darkgreen);
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #2d2e33;
  text-transform: none;
  font-size: 20px;
}

.gallery_grid .uk-flex.uk-flex-column.uk-width-1-3 img {
  max-height: 200px;
}

.el-content.uk-panel .text {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--mediumgrey);
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  max-width: 90ch;
}

.footer_top {
  background: var(--darkgrey);
  color: white;
  font-family: "Karla-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.footer_top img {
  max-width: 125px;
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
}
.footer_top .claim p {
  font-family: "Karla-Bold", sans-serif;
  font-style: italic;
  color: var(--lightgrey);
  font-size: 15px;
  line-height: 23px;
  max-width: none;
  text-shadow: #000 1px 1px 5px;
}
.footer_top .footernav {
  display: flex;
  justify-content: center;
  gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.footer_top .footernav .el-item .el-content .el-link {
  color: white;
  font-size: 16px;
  font-family: "Karla-Bold", sans-serif;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 5px;
}
.footer_top .footernav .el-item .el-content .el-link:hover {
  text-decoration: none;
}
.footer_top .claiminfo p {
  font-family: "Karla-Bold", sans-serif;
  font-style: italic;
  color: var(--lightgrey);
  font-size: 15px;
  line-height: 23px;
  max-width: none;
  text-shadow: #000 1px 1px 5px;
}

.footer_bottom {
  background: var(--devider);
  color: white;
  padding: 10px 0;
  font-family: "Karla-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.footer_bottom p {
  margin: 0;
  font-family: "Karla-SemiBold";
  letter-spacing: normal;
  color: white;
  max-width: none;
}
.footer_bottom .webjongens_credit p {
  color: var(--lightgrey);
  font-family: "Karla-Regular", sans-serif;
  max-width: none;
}
.footer_bottom .webjongens_credit p a {
  color: var(--lightgrey);
  text-decoration: underline;
}
.footer_bottom .webjongens_credit p a:hover {
  color: var(--orange);
}

.cf-form-wrap.cf-col-16 {
  padding: 0;
}
.cf-form-wrap.cf-col-16 button {
  padding-block: 10px;
  padding-inline: 30px;
  background-color: var(--darkgreen);
  font-family: "Karla-Bold", sans-serif;
  border-radius: 99px;
}
.cf-form-wrap.cf-col-16 label {
  line-height: 1.3;
  color: #2d2e33;
  font-weight: 600;
}

.uk-icon.uk-navbar-toggle-icon {
  color: white;
}
.uk-icon.uk-navbar-toggle-icon svg {
  width: 30px;
  margin-inline-end: 5px;
}

.uk-offcanvas-close.uk-icon.uk-close {
  color: var(--darkgreen);
}
.uk-offcanvas-close.uk-icon.uk-close svg {
  position: relative;
  width: 30px;
  margin: 10px;
  top: 35px;
}
.uk-offcanvas-close.uk-icon.uk-close svg line {
  stroke-width: 1.5px;
}

.uk-offcanvas-bar.uk-flex.uk-flex-column.uk-offcanvas-bar-animation.uk-offcanvas-slide {
  padding-block-start: 150px;
}

.uk-nav.uk-nav-default a {
  font-size: 20px;
  padding-block: 15px;
}

.uk-section-muted {
  background: #9b1316 !important;
  background-color: #9b1316 !important;
}

.productie-kennis .el-content {
  font-family: "Karla-SemiBold", sans-serif;
  color: var(--mediumgrey);
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}