* {
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}
a {
  outline: 0;
}
html {
  height: 100%;
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #000000;
  height: 100%;
  position: relative;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 5px;
}
.page-template-full,
.page-template-content,
.page-template-project,
.page-template-agenda {
  height: 100%;
}
.flex_maincontainer {
  display: flex;
  width: 99%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  float: right;
}
.flex_container,
.flex_container_homecontent {
  display: flex;
  height: 300px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex_container_content {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
}
.flex_container_content .page-title {
  font-family: 'Lato', sans-serif;
}
.page-template-empty {
  height: 100%;
}
.flex_container_homecontent {
  height: 150px;
}
.flex_box_logo .flex_container_homecontent {
  height: 300px;
}
.flex_box_before {
  width: 16.6667%;
}
@media (max-width: 992px) {
  .flex_box_before {
    width: 33.3333%;
  }
}
@media (max-width: 720px) {
  .flex_box_before {
    width: 100%;
  }
}
.flex_box_logo {
  width: 33.3334%;
}
@media (max-width: 992px) {
  .flex_box_logo {
    width: 66.666%;
  }
}
@media (max-width: 720px) {
  .flex_box_logo {
    width: 100%;
  }
}
.flex_box_after {
  width: 50%;
}
@media (max-width: 992px) {
  .flex_box_after {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .flex_box_after {
    width: 100%;
  }
}
.flex_box {
  width: 16.6667%;
  height: 150px;
}
@media (max-width: 992px) {
  .flex_box {
    width: 33.3333%;
  }
}
@media (max-width: 720px) {
  .flex_box {
    width: 100%;
  }
}
.flex_data_content {
  background: rgba(255, 255, 255, 0.8);
  width: 30%;
  padding: 20px;
  align-self: flex-end;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 700;
}
.flex_data_content a {
  color: #000;
}
@media (max-width: 992px) {
  .flex_data_content {
    width: 45%;
  }
}
@media (max-width: 720px) {
  .flex_data_content {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.flex_menu {
  background: rgba(255, 255, 255, 0.8);
  width: 16.6667%;
  height: 100%;
  position: fixed;
}
.flex_box_header {
  width: 33.3333%;
}
@media (max-width: 992px) {
  .flex_box_header {
    width: 33.3333%;
  }
}
@media (max-width: 720px) {
  .flex_box_header {
    width: 50%;
  }
}
.flex_box_before_content {
  width: 100%;
}
.flex_content {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hamburger {
  position: relative;
  z-index: 198;
  width: 100%;
}
.hamburger:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.3em;
  width: 1em;
  height: 0.15em;
  background: #ffffff;
  box-shadow: 0 0.25em 0 0 #ffffff, 0 0.5em 0 0 #ffffff;
}
.toggelMenu {
  position: fixed;
  right: 10px;
  top: 60px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  background: #000000;
  z-index: 199;
}
.flex_menu {
  background: #ed1c24;
  color: #ffffff;
  width: 1%;
}
@media (max-width: 992px) {
  .flex_menu {
    width: 3%;
  }
}
@media (max-width: 720px) {
  .flex_menu {
    width: 6%;
  }
}
.menu_placeholder {
  position: fixed;
  left: -24%;
  top: 0px;
  width: 25%;
  height: 100%;
  border-right: 20px #ed1c24 solid;
  background: #ed1c24 none repeat scroll 0 0;
  color: #ffffff;
  transition-property: left, border, width, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.37, 0.15, 0.07000000000000001, 0.43);
  opacity: 0;
  z-index: 700;
}
@media (max-width: 992px) {
  .menu_placeholder {
    width: 40%;
    left: -37%;
  }
}
@media (max-width: 720px) {
  .menu_placeholder {
    width: 70%;
    left: -67%;
  }
}
.menu_placeholder .menulabel {
  position: absolute;
  float: left;
  text-align: right;
  top: 282px;
  height: 30px;
  line-height: 30px;
  width: 25px;
  background: #ed1c24;
  padding: 5px 10px 5px 0px;
  z-index: 700;
  right: -40px;
}
.menu_placeholder_open {
  left: 0px;
  z-index: 199;
  border-right: 0px rgba(255, 0, 0, 0) solid;
  -webkit-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
  z-index: 700;
}
.menu_placeholder_open .menulabel {
  right: -20px;
}
.menu_placeholder_content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.placeholder_menu ul {
  padding-left: 20px;
}
.placeholder_menu ul li {
  list-style: none;
}
.placeholder_menu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  transition: 0.25s all ease;
}
.placeholder_menu ul li a:hover {
  color: #000000;
  padding-left: 6px;
}
.content_item {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.content_item a,
.content_item a:visited {
  text-decoration: none;
  color: #000000;
}
.flex_container_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  height: 100%;
}
.flex_title {
  background: rgba(255, 255, 255, 0.7);
  align-self: flex-end;
  width: 100%;
  padding: 7px;
}
.flex_title {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #010101;
  display: block;
}
.flex_title span {
  font-size: 11px;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  display: block;
  color: #010101;
}
.placeholder_logo {
  background-color: #ffffff;
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
.placeholder_search,
.placeholder_promotions,
.placeholder_social,
.placeholder_menu {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  overflow: hidden;
}
.placeholder_promotions,
.placeholder_social {
  padding: 10px 30px;
}
.placeholder_promotions a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.placeholder_promotions h1 {
  font-size: 14px;
}
.placeholder_social {
  float: right;
  text-align: right;
}
.placeholder_social li {
  list-style: none;
  float: right;
  margin-left: 10px;
}
.placeholder_social a {
  display: block;
  color: #ffffff;
}
.placeholder_social .fa {
  font-size: 30px;
}
.placeholder_search input.search_query,
.project_content input.search_query {
  background: #ffffff;
  border-radius: none;
  border: none;
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
  line-height: 20px;
}
.placeholder_search .submit_search,
.project_content .submit_search {
  position: absolute;
  right: 2px;
  top: 25px;
  width: 38px;
  height: 40px;
  padding: 10px 0px;
  background: transparent;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}
.project_content .submit_search {
  position: relative;
  top: -38px;
  right: 0px;
  float: right;
}
.background_fill {
  background: url('/application/themes/kaasfabriek/image/achtergrond.jpg') center center no-repeat;
  background-size: cover;
}
.maker_info,
.maker_links {
  list-style: none;
  padding-left: 15px;
}
.maker_info,
.maker_links a {
  color: #000000;
  text-decoration: none;
  list-style: none;
}
.maker_links a {
  color: #ed1c24;
}
.maker_links .label {
  color: #ed1c24;
  text-decoration: underline;
  padding-right: 5px;
}
.maker_info_source {
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-size: 19px;
  padding-top: 20px;
  line-height: 41px;
}
.lees_meer {
  float: right;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 13px 4px 7px;
  font-size: 13px;
}
.lees_meer span {
  padding: 2px 6px;
  margin-right: 1px;
  color: #ed1c24;
  font-size: 18px;
}
.inner-bckgrimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.inner-bckgrimg div {
  width: 100%;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  align-self: flex-end;
  line-height: 15px;
  font-size: 15px;
}
.inner-bckgrimg div span {
  font-size: 12px;
}
#project-image-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 500;
}
#project-image-slider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.project-nav-container {
  width: 100%;
  margin-bottom: 28px;
}
.project-nav,
.project-nav .fa {
  float: right;
  position: relative;
  padding: 0 7px 7px 0px;
  line-height: 15px;
  font-size: 18px;
}
.project-nav a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}
div.project_content {
  -webkit-transition: max-height 0.7s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -moz-transition: max-height 0.7s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -o-transition: max-height 0.7s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition: max-height 0.7s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  z-index: 700;
  width: 100%;
  padding-right: 17px;
  overflow-y: scroll;
}
div.project_content img {
  max-width: 100%;
}
.project_content .project-show-hide-link {
  cursor: pointer;
}
.item_nieuwsbrief {
  background-image: url('/application/themes/kaasfabriek/image/nieuwsbrief.jpg');
}
.item_make {
  background-image: url('/application/themes/kaasfabriek/image/make.gif');
}
.item_nieuwsbrief,
.item_make {
  background-position: center center;
  background-size: cover;
}
.item_rood {
  background: #ed1c24;
}
.item_wit {
  background: #ffffff;
}
.item_zwart {
  background: #000000;
}
.item_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_main a {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-items: stretch;
  height: 100%;
  color: #fff;
}
.item_main a em {
  color: #999999;
  font-size: 13px;
  font-style: normal;
}
.project_afbeelding {
  display: none;
}
@media (max-width: 720px) {
  .project_afbeelding {
    display: block;
  }
}
.kfform {
  width: 100%;
  border: none;
}
.kfform fieldset {
  border: none;
  padding: 5px 0px 10px;
}
.kfform label,
.kfform input,
.kfform textarea {
  width: 100%;
  position: relative;
  float: left;
}
.kfform input,
.kfform button,
.kfform textarea,
.kfform input[type="file"] {
  background: #ffffff;
  border-radius: none;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  line-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #cdcdcd;
}
.kfform button {
  background-color: #ed1c24;
  color: #ffffff;
  font-weight: bold;
}
.kfform .ccm-captcha-image {
  margin: 5px 0px 0px;
  float: left;
}
.initial_hide {
  opacity: 0;
}
.agenda_container .lees_meer_agenda {
  color: #ffffff;
  background-color: #999999;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0px 10px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.agenda_container .hidden {
  display: none;
}
.link {
  cursor: pointer;
}
