@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("webfonts/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/SourceSansPro-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/SourceSansPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/SourceSansPro-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/SourceSansPro-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("webfonts/SourceSansPro-ExtraLightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("webfonts/SourceSansPro-LightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("webfonts/SourceSansPro-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("webfonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("webfonts/SourceSansPro-BoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url("webfonts/SourceSansPro-BlackItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 100;
  src: url("webfonts/AdventPro-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 200;
  src: url("webfonts/AdventPro-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/AdventPro-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/AdventPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 500;
  src: url("webfonts/AdventPro-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/AdventPro-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Advent Pro";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/AdventPro-Bold.ttf") format("truetype");
  font-display: swap;
}
/*
Theme Name: Pixel Example Theme
Theme URI: https://wp.pixel-development.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a example theme made by Pixel Creation.
Version: 1.0
Text Domain: pixel-example
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;

$text_font: "Open Sans", serif;
$title_font: "Meriweather", sans-serif;
*/
html, body {
  scroll-behavior: smooth;
  font-family: "Source Sans Pro", sans-serif;
}

.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}
.navbar ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 6rem;
}
.navbar .nav-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .nav-item .nav-link {
  font-size: 16px;
  color: black;
}

.menu-right a {
  color: #e85212;
}
.menu-right a:hover {
  color: #e85212;
}
.menu-right a img {
  width: 21px;
}

h1 {
  font-size: 65px;
  text-transform: uppercase;
  margin-left: -3px;
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
  position: relative;
  margin-bottom: 4rem;
}
h2:after {
  content: "";
  background-image: url("images/Kronkel%20lijntje.svg");
  height: 7px;
  width: 182px;
  position: absolute;
  background-size: cover;
  bottom: -22px;
  left: 0;
}
h2.text-center {
  position: relative;
}
h2.text-center:after {
  content: "";
  background-image: url("images/Kronkel%20lijntje.svg");
  height: 7px;
  width: 182px;
  position: absolute;
  background-size: cover;
  bottom: -22px;
  left: calc(50% - 91px) !important;
}

.text-center h2 {
  position: relative;
}
.text-center h2:after {
  content: "";
  background-image: url("images/Kronkel%20lijntje.svg");
  height: 7px;
  width: 182px;
  position: absolute;
  background-size: cover;
  bottom: -16px;
  left: calc(50% - 91px) !important;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e85212;
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
}

.h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
}

.btn {
  border-radius: 0 !important;
  padding: 12px 20px !important;
  line-height: 26px !important;
}
.btn.btn-primary {
  background: black;
  color: white;
  border-color: transparent;
  transition: all ease 0.3s;
}
.btn.btn-primary:hover {
  background-color: #e85212;
  border-color: white;
  transition: all ease 0.3s;
}
.btn.btn-default {
  background: #e85212 !important;
  color: white !important;
  border-color: white !important;
  transition: all ease 0.3s;
}
.btn.btn-default:hover {
  background-color: black;
  border-color: transparent;
  transition: all ease 0.3s;
}

.bg-orange {
  background-color: #e85212;
  color: white;
}
.bg-orange h2 {
  color: white;
  position: relative;
}
.bg-orange h2:after {
  content: "";
  background-image: url("images/Kronkel%20lijntje%20wit.svg");
  height: 7px;
  width: 182px;
  position: absolute;
  background-size: cover;
  bottom: -22px;
  left: 0;
}

.bg-grey {
  background-color: #f0eded;
}

.bg-white {
  background-color: white;
}

.txt-orange {
  color: #e85212;
  font-weight: 600;
}

.txt-grey {
  color: #7c7c7c;
}

.intro {
  margin-top: 5rem;
}
.intro .btn {
  width: 240px;
}

.tooltip {
  right: 35px;
  bottom: 71px;
  opacity: 1;
  background: #fff;
  border-radius: 50px;
  height: 23px;
  width: 23px;
  border: none;
  padding: 1px 10px;
}

.main a {
  color: #e85212;
}
.main p {
  line-height: 24px;
  margin-top: -6px;
}

.scrolldown {
  width: 44px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 10px);
  transition: all ease 0.3s;
}
.scrolldown:hover {
  bottom: 30px;
  transition: all ease 0.3s;
}

@keyframes scrolldown-ani {
  0% {
    bottom: 35px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 35px;
  }
}
.draw-icon {
  width: 27px;
  height: 27px;
}

.h2-bg-orange {
  display: inline-block;
  background: #e85212;
  padding: 11px 20px;
  margin: auto;
  margin-bottom: 5rem;
  color: white;
  position: relative;
}
.h2-bg-orange:after {
  content: "";
  height: 6rem !important;
  position: absolute;
  border-left: 2px dashed #e85212;
  left: 50% !important;
  bottom: -5rem !important;
  background-image: none !important;
  margin-left: 6rem;
}

.header-animation .animation-img {
  height: 480px;
  position: absolute;
  right: 0;
  width: 620px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: header-img-ani 3.5s infinite;
}

.nf-response-msg {
  color: #333333;
}

@keyframes header-img-ani {
  0%, 100% {
    background-image: url("images/platowood-gif.png");
  }
  20% {
    background-image: url("images/platowood-gif-2.png");
  }
  40% {
    background-image: url("images/platowood-gif-3.png");
  }
  60% {
    background-image: url("images/platowood-gif-4.png");
  }
  80% {
    background-image: url("images/platowood-gif-5.png");
  }
}
.planning {
  position: relative;
  text-indent: 10px;
}
.planning:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -10px;
  font-size: 7px;
  margin-top: 7.5px;
}

.planning-row {
  position: relative;
}
.planning-row:before {
  content: "";
  border-left: 1.4px solid #e85212;
  position: absolute;
  left: 3.01px;
  top: 14px;
  height: calc(100% - 32px);
}

.owl-img .owl-item img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.owl-img .owl-nav, .owl-plato .owl-nav {
  display: none;
}
.owl-img .owl-dots, .owl-plato .owl-dots {
  display: none;
}

.owl-plato .owl-item img {
  display: block;
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.customPrevBtn, .customNextBtn, .customPrevBtnP, .customNextBtnP, .customPrevBtnW, .customNextBtnW {
  height: 42px;
  width: 42px;
  color: black;
  background-color: white;
  border-radius: 40px;
  margin-left: 1rem;
  font-size: 28px;
  cursor: pointer;
}

.customNextBtn, .customNextBtnP, .customNextBtnW {
  padding: 1px 17px;
}

.customPrevBtn, .customPrevBtnP, .customPrevBtnW {
  padding: 1px 15px;
}

.header {
  height: calc(100vh - 45px);
}

.container {
  max-width: 1240px;
}

.mt-21 {
  margin-top: -21px;
}

.owl-plato .position-relative span {
  position: absolute;
  bottom: -3px;
  left: 50px;
}

/* SECTIONS */
section {
  padding: 5rem 0;
}
section.section-sm {
  padding: 2rem 0;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #f9f9f9;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #ececec;
}

/* BLOG */
.blog {
  display: block;
  color: #333;
  background-color: #fff;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

.nf-field-label {
  color: black !important;
}

.nf-form-content label {
  font-size: 16px !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  border: none !important;
  background: #f0eded;
}

.nf-fu-fileinput-button {
  width: 100% !important;
  background: #f0eded !important;
  color: #e85212 !important;
  text-decoration: underline;
}

.nf-fu-progress {
  height: 6px !important;
  background-color: #e85212 !important;
  border-radius: 0px !important;
}

.nf-form-title h3 {
  font-size: 32px;
  width: 100%;
  text-align: center;
  color: black;
}

.html-wrap {
  color: #e85212 !important;
  font-weight: 600 !important;
  width: 100%;
  text-align: center;
}

.route-link {
  color: #e85212;
}
.route-link svg {
  width: 11.5px;
  margin-right: 4px;
  margin-top: -4px;
}
.route-link:hover {
  opacity: 0.7;
  color: #e85212;
  text-decoration: none;
}

.footer-mail {
  color: #e85212;
}
.footer-mail svg {
  width: 16px;
  margin-right: 4px;
  margin-top: -4px;
}
.footer-mail:hover {
  opacity: 0.7;
  color: #e85212;
  text-decoration: none;
}

.socials a {
  background: url("https://www.platowood.nl/images/hexagon.svg");
  display: inline-block;
  float: left;
  color: #7c7c7c;
  font-size: 20px;
  padding: 15px;
  margin-top: 15px;
  margin-right: 4px;
  text-align: center;
  position: relative;
  width: 55px;
  height: 55px;
  transition: all 0.2s ease;
}
.socials a svg {
  width: 0.5625em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  margin-top: -10px;
}
.socials a:hover {
  background: url("https://www.platowood.nl/images/hexagon_000.svg");
  color: black;
}

.footer-phone {
  color: #e85212;
}
.footer-phone svg {
  width: 11.5px;
  margin-right: 4px;
  margin-top: -4px;
  margin-left: 3px;
}
.footer-phone:hover {
  opacity: 0.7;
  color: #e85212;
  text-decoration: none;
}

.footer-logo {
  width: 180px;
}

.footermenu {
  list-style-type: none;
  padding-inline-start: 0px;
}
.footermenu li a {
  color: #e85212;
  font-size: 24px;
  display: inline-block;
}
.footermenu li a:hover {
  color: #e85212;
  text-decoration: none;
}
.footermenu li a:hover svg {
  position: relative;
  background: #e85212;
  color: #fff;
}
.footermenu li a svg {
  position: relative;
  display: block;
  float: right;
  height: 23px !important;
  width: 23px !important;
  margin-top: 8px !important;
  margin-left: 8px;
  border-radius: 50% 50%;
  border: 1px #e85212 solid;
  transition: all 0.2s ease;
}

.owl-dots {
  margin-top: -1rem;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #c6c5c5 !important;
  border-radius: 40px;
  margin-right: 8px;
}
.owl-dots .owl-dot.active {
  background: #e85212 !important;
}

.inzending {
  position: absolute;
  right: 7px;
  display: flex;
  margin-top: -50px;
}
.inzending img {
  height: 30px;
  margin-right: 10px;
  margin-top: 5px;
}
.inzending strong {
  display: block;
}

.genomineerde {
  background-color: white;
  display: block;
  height: 100%;
}
.genomineerde .img-container {
  width: 100%;
  height: 300px;
}
.genomineerde .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.genomineerde .content {
  padding: 2rem 1.5rem;
  color: black;
}
.genomineerde .content h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.genomineerde .content i {
  padding-left: 4px;
}
.genomineerde:hover {
  text-decoration: none;
}

.files_uploaded {
  color: black !important;
}

.mannetje {
  width: 40px;
  position: absolute;
  bottom: -14rem;
  right: 4rem;
  z-index: 3;
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #ececec;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 992px) {
  .inzending {
    position: absolute;
    right: 15px;
    display: flex;
    margin-top: -61px;
  }
  h1 {
    font-size: 54px;
    position: relative;
    z-index: 2;
  }
  .intro {
    margin-top: 2rem;
  }
  .intro .btn-primary {
    margin-bottom: 1rem;
  }
  .intro .btn {
    width: 186px;
  }
  .header {
    height: auto;
  }
  .header-animation .animation-img {
    height: 295px;
    position: relative;
    margin-top: -3rem;
    z-index: 1;
    max-width: 100%;
  }
  .scrolldown {
    bottom: 20px;
    left: calc(50% - 26px);
  }
  .jury-photo {
    width: 75% !important;
  }
  .owl-img .owl-item img, .owl-plato .owl-item img {
    height: 250px;
  }
  .owl-nav {
    display: none;
  }
  .owl-img .owl-dots, .owl-plato .owl-dots {
    display: none;
  }
  .navbar .nav-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .mannetje {
    bottom: -1rem;
  }
}

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