/************************************************

Stylesheet: Global Stylesheet

*************************************************/


/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap'); */


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
















/* Project BANG CSS Code */

html {
	
}
body {
	background: #3E3E3B;
	color: #E9E7E4;
}
body, div, span, form, input, button, p, a {
  font-family: 'Instrument Sans';
  font-weight: normal;
  font-size: 1.06rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PP Woodland';
  font-weight: 200;
  text-transform: uppercase;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
a {
	color: #E9E7E4;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
a:hover,
a:focus {
	color: #E9E7E4;
}
header.header {
	padding: 3.4rem 1.42rem 0;
}
header.header div.top-bar {
	background: transparent;
}
header.header div.top-bar div.top-bar-left {
	background: transparent;
  min-width: 40.3%;
}
header.header div.top-bar div.top-bar-center {
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 1.6rem;
  transform: translateX(-50%);
}
header.header div.top-bar div.top-bar-right {
	background: transparent;
  min-width: 48.4%;
  text-align: right;
}
header.header div.top-bar ul.menu {
	background: transparent;
  display: block;
  width: 100%;
  text-wrap: nowrap;
}
header.header div.top-bar ul.menu li {
	margin: 0 4.3%;
  display: inline-block;
}
header.header div.top-bar ul.menu li a {
	background: transparent;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.15rem;
}
header.header div.top-bar ul.menu li.active a,
header.header div.top-bar ul.menu li a:hover,
header.header div.top-bar ul.menu li a:focus {
	background: transparent;
  font-weight: bold;
}
footer.footer {
	padding: 0 1.42rem;
}
.grid-container {
  max-width: 103rem;
}
div.content {
  min-height: 73vh;
  padding-top: 8.8rem;
}
header.header div.top-bar a.knop.switcher {
  display: block;
  width: auto;
  float: left;
  margin: 0 1.6rem 0 0;
  position: relative;
  z-index: 1180;
}
header.header div.top-bar a.knop.switcher span {
  display: inline-block;
  background: #BA8342;
  border-radius: 2.2rem;
  font-family: 'Inter';
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0.43rem 1.6rem;
  min-width: 12.4rem;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
header.header div.top-bar a.knop.switcher img {
  display: inline-block;
  background: #BA8342;
  border-radius: 2.2rem;
  text-align: center;
  padding: 0.73rem 0.55rem;
  width: 2.5rem;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
header.header div.top-bar a.knop.switcher.switchFoodtruck span,
header.header div.top-bar a.knop.switcher.switchFoodtruck img {
  background: #8C3B2E;
}
header.header div.top-bar a.knop.switcher.switchStore {
  
}
header.header div.top-bar a.knop.switcher:hover img,
header.header div.top-bar a.knop.switcher:focus img {
  margin-right: 0.28rem;
  transform: scale(1.16);
}
header.header div.top-bar a.knop.switcher:hover span,
header.header div.top-bar a.knop.switcher:focus span {
  padding: 0.43rem 1.32rem;
  min-width: 12.12rem;
  letter-spacing: 0.02rem;
}
body.page-template-page-splash a.logo.logoFloat {
  margin: 1.0rem auto 0;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  display: block;
  max-width: 11.2rem;
  opacity: 0;
}
body.page-template-page-splash a.logo.logoFloat img {
  display: block;
  transform: translateX(-50%) translateY(-50%);
}
body.page-template-page-splash a.fotoWrappo {
  display: block;
  position: relative;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.25);
}
body.page-template-page-splash img.foto {
  display: block;
  position: relative;
  width: auto;
  aspect-ratio: 540/720;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
body.page-template-page-splash img.embleem {
  pointer-events: none;
  max-width: 7.3rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1150;
  /* margin: 2.2rem auto 5.2rem; */
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
body.page-template-page-splash div.inner-content {
  max-width: 67rem;
  margin: 20.5vh auto 0;
}
body.page-template-page-splash div.overlayer {
  background-image: linear-gradient(180deg, rgba(62,62,59,0.00) 73%, #3E3E3B 99%), linear-gradient(180deg, rgba(62,62,59,0.00) 23%, #3E3E3B 100%), radial-gradient(circle at 50% 50%, rgba(0,0,0,0.00) 0%, rgba(35,35,34,0.01) 1%, rgba(35,35,34,0.42) 51%);
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body.page-template-page-splash div.innerOverlay {
  position: absolute;
  z-index: 1151;
  width: 100%;
  height: auto;
  bottom: 1.24rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 1.42rem 1.6rem;
}
body.page-template-page-splash div.innerOverlay h1 {
  text-align: center;
  font-weight: bold;
  line-height: 88%;
  font-size: 340%;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
body.page-template-page-splash div.innerOverlay p {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 124%;
  max-width: 25rem;
  margin: 0 auto 0;
}
body.page-template-page-splash div.content {
  padding-top: 1.9rem;
  padding-bottom: 2.2rem;
}
body.page-template-page-splash a.fotoWrappo:hover,
body.page-template-page-splash a.fotoWrappo:focus {
  transform: scale(1.03);
}
body.page-template-page-splash a.fotoWrappo:hover img.embleem,
body.page-template-page-splash a.fotoWrappo:focus img.embleem {
  transform: translateX(-50%) scale(1.1);
}
body.page-template-page-splash a.fotoWrappo:hover h1,
body.page-template-page-splash a.fotoWrappo:focus h1 {
  transform: scale(1.06) translateY(-4%);
}
body.page-template-page-overons {
  background: #F5F3F0;
}
body.page-template-page-overons div.content.contentDark {
  padding-bottom: 0;
}
body.page-template-page-overons header.header ul.menu li a,
body.page-template-page-overons div.contentIntro p,
body.page-template-page-overons div.contentIntro h1,
body.page-template-page-overons div.contentIntro h2,
body.page-template-page-overons div.contentIntro h3,
body.page-template-page-overons div.contentIntro h4,
body.page-template-page-overons div.contentIntro h5,
body.page-template-page-overons div.contentIntro h6 {
  color: #3E3E3B;
}
body.page-template-page-overons div.contentIntro p,
body.page-template-page-overons div.contentIntro h1,
body.page-template-page-overons div.contentIntro h2,
body.page-template-page-overons div.contentIntro h3,
body.page-template-page-overons div.contentIntro h4,
body.page-template-page-overons div.contentIntro h5,
body.page-template-page-overons div.contentIntro h6 {
  color: #3E3E3B;
}
body.page-template-page-overons a.logo img {
  filter: invert(1);
}
body.page-template-page-overons footer.footer {
  background: #3E3E3B;
  margin-top: 0;
}
h1.page-title {
  font-size: 8.8rem;
  line-height: 73%;
}
span.miniTitel {
  font-weight: bold;
  color: #BA8342;
  font-size: 160%;
  margin-top: 2.8rem;
  margin-bottom: 0.82rem;
  display: block;
}
div.fullWidthDomges {
  width: 100%;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  position: relative;
  margin: 1.42rem auto 2.2rem;
  z-index: 1180;
}
div.fullWidthDomges img {
  display: block;
  aspect-ratio: 1660/820;
  margin: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}
div.fullWidthDomges::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 28;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(26,26,26,0.00) 0%, rgba(26,26,26,0.79) 100%);
}
div.content.contentDark {
  padding-top: 16%;
  padding-bottom: 28%;
  background: #3E3E3B;
  /* color: #8C3B2E; */
  position: relative;
}
div.content.contentDark div.grid-container {
  max-width: 76rem;
  position: relative;
  z-index: 10;
}
div.content.contentBleek {
  padding-top: 16%;
  padding-bottom: 16%;
  background: #F5F3F0;
  color: #8C3B2E;
  position: relative;
}
div.content.contentBleek.contentAutomaten {
  /* padding-top: 10%; */
}
body.page-template-page-foodtruck div.content.contentBleek {
  color: #BA8342;
}
div.content.contentBleek::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22vh;
  transform: translateY(-99%);
  background: transparent url('../images/bleek.png') no-repeat top center;
  background-size: 100% auto;
}
div.content.contentBleek div.grid-container {
  max-width: 76rem;
  position: relative;
  z-index: 10;
}
div.pattern {
  display: block;
  height: 4.3rem;
  width: 100vw;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 23.5%;
  left: 0;
  background: transparent url('../images/pattern.png') repeat-x top center;
  background-size: auto 100%;
}
div.contentDark.content div.pattern {
  filter: brightness(0);
}
h3.subTitel {
  font-size: 490%;
  line-height: 82%;
  text-transform: none;
  margin-bottom: 2.2rem;
}
span.kleineTag {
  text-transform: lowercase;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 2.2rem;
  display: block;
  margin-top: 16%;
}
div.content.contentDark span.kleineTag {
  color: #8C3B2E;
}
body.page-template-page-foodtruck div.contentDark.content span.kleineTag {
  color: #BA8342;
}
body.page-template-page-foodtruck div.contentDark.content.contentFoodtrucks span.kleineTag {
  color: #8C3B2E;
}
div.folderFoto {
  display: block;
  aspect-ratio: 540/720;
  position: relative;
  box-shadow: 12px 15px 14px 0 rgba(0,0,0,0.25), 0 4px 8px 0 rgba(0,0,0,0.25);
}
div.folderFoto img {
  aspect-ratio: 540/720;
  display: block;
  object-fit: cover;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
div.folderFoto::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(0,0,0,0.00) 0%, rgba(35,35,34,0.01) 1%, rgba(35,35,34,0.28) 51%);
  z-index: 1;
}
div.content.contentFoodtrucks div.folderFoto::after {
  display: none;
}
div.content a.knop {
  display: block;
  width: auto;
  float: left;
  margin: 2.2rem 1.6rem 0 0;
  position: relative;
  z-index: 1180;
}
div.content a.knop span {
  display: inline-block;
  background: #8C3B2E;
  border-radius: 2.2rem;
  font-family: 'Inter';
  /* font-size: 1.15rem; */
  font-weight: 400;
  padding: 0.43rem 1.6rem;
  min-width: 12.4rem;
  transform: translateY(1px);
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
div.content a.knop img {
  display: inline-block;
  background: #8C3B2E;
  border-radius: 2.2rem;
  text-align: center;
  padding: 0.73rem 0.55rem;
  transform: rotate(-180deg);
  width: 2.2rem;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
div.content a.knop:hover img,
div.content a.knop:focus img {
  margin-right: 0.22rem;
  /* transform: scale(1.16); */
}
div.content a.knop:hover span,
div.content a.knop:focus span {
  /* padding: 0.43rem 1.32rem; */
  min-width: 12.12rem;
  letter-spacing: 0.02rem;
}
div.content span.rassenTitel {
  display: block;
  text-align: center;
  margin-top: 5.2rem;
  font-weight: bold;
  font-size: 124%;
}
div.content ul.rassen {
  display: block;
  text-align: center;
  margin: 1.42rem auto 0;
}
div.content ul.rassen li {
  display: inline-block;
  font-family: 'PP Woodland';
  font-weight: 200;
  font-size: 280%;
  line-height: 100%;
}
div.content ul.rassen li::after {
  content: '/';
  display: inline-block;
  margin: 0 0.82rem;
}
div.content ul.rassen li:last-child::after {
  content: '…';
}
div.content.contentStier {
  position: relative;
  padding-bottom: 28%;
}
div.content.contentStier img.stier {
  display: block;
  width: 88vw;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  opacity: 10%;
  pointer-events: none;
}
div.content.contentStier.contentBleek img.stier {
  opacity: 0.05;
}
div.content.contentStier.contentBleek.contentB2b {
  text-align: center;
  padding-top: 10%;
}
div.content.contentStier.contentBleek.contentB2b h3.subTitel {
  font-size: 220%;
}
div.content.contentStier.contentBleek.contentB2b a.knop {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2rem;
  display: block;
  float: none;
  background: transparent;
  color: #8C3B2E;
  /* border-color: #8C3B2E; */
}
div.content.contentStier.contentBleek.contentB2b a.knop img {
  background: transparent;
  border-color: #8C3B2E;
  border-width: 1px;
  border-style: solid;
  filter: sepia(280%) brightness(0.52);
}
div.content.contentStier.contentBleek.contentB2b a.knop span {
  background: transparent;
  border-color: #8C3B2E;
  border-width: 1px;
  border-style: solid;
}
div.content.contentStier.contentBleek.contentB2b div.grid-container {
  max-width: 88rem;
}
div.content.contentStier.contentBleek.contentB2b div.grid-container div.folderFoto {
  margin-top: 34%;
}
div.content.contentFoodtrucks span.kleineTag {
  color: #BA8342;
}
div.content.contentFoodtrucks a.knop {
  /* margin-top: 2.2rem; */
}
div.content.contentFoodtrucks a.knop span {
  background: #BA8342;
}
div.content.contentFoodtrucks a.knop img {
  background: #BA8342;
}
body.page-template-page-foodtruck div.content.contentFoodtrucks a.knop {
  /* margin-top: 2.2rem; */
}
body.page-template-page-foodtruck div.content.contentFoodtrucks a.knop span {
  background: #8C3B2E;
}
body.page-template-page-foodtruck div.content.contentFoodtrucks a.knop img {
  background: #8C3B2E;
}
div.content.contentFoodtrucks {
  padding-bottom: 7%;
}
img.footerLogo {
  display: block;
  margin: 5.2rem auto 2.8rem;
}
img.iconFooter {
  display: block;
  margin: 2.2rem auto 5.2rem 0;
  max-width: 94px;
}
footer.footer {
  position: relative;
  padding-top: 31vh;
}
footer.footer img.stier {
  display: block;
  width: 106vw;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}
footer.footer div.cell {
  position: relative;
  z-index: 1180;
  margin-bottom: 2.2rem;
}
footer.footer ul.menu {
  display: block;
  margin: 0 0 2.2rem;
}
footer.footer ul.menu li {
  display: block;
  width: 100%;
  margin: 0 0 0.28rem;
}
footer.footer ul.menu li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  font-weight: 500;
  font-size: 1.3rem;
}
footer.footer ul.info {
  display: block;
  margin: 0 0 2.2rem;
  list-style: none;
  list-style-type: none;
}
footer.footer ul.info li {
  display: block;
  width: 100%;
  margin: 0 0 0.28rem;
}
footer.footer ul.info li strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  width: 37%;
  min-height: 2.8rem;
  float: left;
  clear: both;
}
footer.footer ul.info li span {
  display: inline;
  min-height: 2.8rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
footer.footer img.letsmeat {
  display: block;
  margin-top: 5.2rem;
}
}
footer.footer a.knop {
  display: block;
  width: auto;
  float: left;
  margin: 2.2rem 1.6rem 0 0;
  position: relative;
  z-index: 1180;
}
footer.footer a.knop span {
  display: inline-block;
  background: #F5F3F0;
  color: #3E3E3B;
  border-radius: 2.2rem;
  font-family: 'Inter';
  /* font-size: 1.15rem; */
  font-weight: 400;
  padding: 0.43rem 1.6rem;
  min-width: 12.4rem;
  transform: translateY(1px);
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
footer.footer a.knop img {
  display: inline-block;
  background: #F5F3F0;
  border-radius: 2.2rem;
  text-align: center;
  padding: 0.73rem 0.55rem;
  transform: rotate(-180deg);
  /* filter: brightness(0); */
  width: 2.2rem;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
footer.footer a.knop:hover img,
footer.footer a.knop:focus img {
  margin-right: 0.22rem;
  /* transform: scale(1.16); */
}
footer.footer a.knop:hover span,
footer.footer a.knop:focus span {
  /* padding: 0.43rem 1.32rem; */
  min-width: 12.12rem;
  letter-spacing: 0.02rem;
}
footer.footer a.mailKnop {
  display: inline-block;
  text-decoration: underline;
}
footer.footer ul.socials {
  display: block;
  margin: 1.42rem 0 2.2rem;
  list-style: none;
  list-style-type: none;
}
footer.footer ul.socials li {
  display: inline-block;
  margin: 0 0 0.28rem;
}
footer.footer ul.socials li a {
  display: inline-block;
  margin: 0 0.28rem 0 0;
  padding: 0;
}
footer.footer ul.socials li a:hover,
footer.footer ul.socials li a:focus {
  transform: scale(1.3);
}
footer.footer ul.socials li a img {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 1.42rem;
}
footer.footer div.cell.onderFlex {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
footer.footer div.cell.onderFlex a {
  display: inline-block;
}
p.copyright {
  font-size: 1.0rem;
  line-height: 127%;
}
span.texttrands {
  font-weight: bold;
  font-size: 142%;
  display: block;
  margin-bottom: 1.24rem;
}
p.voorwaarDen {
  text-decoration: underline;
  font-size: 73%;
  display: block;
  margin-top: 2.2rem;
}
div.formWrap {
  display: block;
  margin: 8.2rem auto 5.2rem;
  max-width: 88rem;
  padding: 5.2rem 5.2%;
  background: #f2eee8;
  border-radius: 0.52rem;
}
div.formWrap form {
  
}
div.formWrap form input {
  border-radius: 0.52rem;
  background: #F5F3F0;
  border: 1px solid rgba(26, 26, 26, 0.43);
  box-shadow: none;
  display: inline-block;
  width: auto;
  min-width: 8.2rem;
  font-family: 'Instrument Sans';
  font-weight: normal;
  margin: 0 0.28rem;
  font-size: 88%;
}
div.formWrap form textarea {
  border-radius: 0.52rem;
  background: #F5F3F0;
  border: 1px solid rgba(26, 26, 26, 0.43);
  box-shadow: none;
  display: block;
  width: 100%;
  font-family: 'Instrument Sans';
  font-weight: normal;
  margin: 0 0 2.8rem;
  min-height: 8.2rem;
  font-size: 88%;
}
div.formWrap form button {
  display: inline-block;
  background: #BA8342;
  color: #F5F3F0;
  font-weight: bold;
  font-size: 109%;
  padding: 0.73rem 2.8rem;
  border-radius: 2.8rem;
  cursor: pointer;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
div.formWrap form button:hover,
div.formWrap form button:focus {
  padding: 0.73rem 3.4rem;
}
div.formWrap h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 370%;
  line-height: 88%;
}
div.formWrap span.offerteSub {
  font-size: 127%;
  text-align: center;
  color: #BA8342;
  margin-bottom: 2.8rem;
  display: block;
}
div.formWrap form p {
  color: #000000;
  font-family: 'PP Woodland';
  font-weight: bold;
  line-height: 109%;
}
div.formWrap div.interesseKeuzes {
  display: block;
  padding: 4.3rem 0;
  margin: 2.8rem auto;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.formWrap div.interesseKeuzes input[type="radio"] {
  display: none;
}
div.formWrap div.interesseKeuzes label {
  display: inline-block;
  background: #F5F3F0;
  border: 1px solid #000000;
  font-weight: bold;
  padding: 0.28rem 1.0rem;
  margin: 0 0.1rem;
  border-radius: 2.8rem;
}
div.formWrap input[type="checkbox"] {
  display: inline-block;
  min-width: 0;
}
span.verplichtVeld {
  font-size: 73%;
}
ul.faq {
  display: block;
}
ul.faq li {
  display: block;
  background: #F5F3F0;
  padding: 1.9rem 1.42rem;
  border: 1px solid #E9E7E4;
  box-shadow: 12px 15px 14px 0 rgba(186,131,66,0.00), 0 4px 8px 0 rgba(186,131,66,0.04);
  list-style: none;
  list-style-type: none;
  margin-bottom: 0.82rem;
}
ul.faq li span.faqTitle {
  display: block;
  font-weight: bold;
  color: rgba(62, 62, 59, 0.73);
  font-size: 1.24rem;
  line-height: 100%;
  cursor: pointer;
}
ul.faq li.actief span.faqTitle,
ul.faq li span.faqTitle:hover,
ul.faq li span.faqTitle:focus {
  color: rgba(62, 62, 59, 0.94);
}
ul.faq li div.faqContent {
  display: none;
  color: rgba(62, 62, 59, 0.52);
  line-height: 142%;
  margin-top: 1.27rem;
  font-size: 88%;
}
ul.faq li.actief div.faqContent {
  display: block;
}
div.contentHalfDark {
  position: relative;
}
div.contentHalfDark::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: #3E3E3B;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
div.contentHalfDark div.folderFoto {
  display: block;
  margin: 0 auto 0;
  width: calc(100% - 2.8rem);
  aspect-ratio: 1650/820;
  position: relative;
  z-index: 1180;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25); */
}
div.contentHalfDark div.folderFoto img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 1650/820;
  object-fit: cover;
}
.nf-form-content .nf-field-container,
.nf-form-content nf-field,
.nf-form-content .nf-field-container::after,
.nf-form-content .nf-field-container .nf-before-field,
.nf-form-content .nf-field-container .nf-field,
.nf-form-content .nf-field-container .nf-after-field,
.nf-form-content .nf-field-container .nf-field .field-wrap,
.nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-label,
.nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-label label,
.nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-element {
  display: inline-block;
  width: auto;
}
.nf-form-content .nf-field-container.label-hidden .nf-field .field-wrap .nf-field-label,
.nf-form-content .nf-field-container.label-hidden .nf-field .field-wrap .nf-field-label label {
  display: none;
}

.nf-field-container.listradio-container {
  display: none;
}

























@media only screen and (max-width: 64rem) {
  
  h1.page-title {
    font-size: 16.0vw;
  }
  span.miniTitel {
    margin-top: 1.0rem;
  }
  div.content {
    padding-top: 8.2rem;
  }
  header.header {
    padding: 0.82rem 0.82rem 0;
  }
  header.header div.top-bar ul.menu li a {
    padding: 0.28rem 0;
  }
  header.header div.top-bar ul.menu li {
    margin: 0;
  }
  header.header div.top-bar div.top-bar-left {
    max-width: 48.5%;
  }
  header.header div.top-bar div.top-bar-right {
    max-width: 48.5%;
  }
  span.menuTicker {
    display: inline-block;
    cursor: pointer;
    text-transform: lowercase;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 115%;
  }
  
}











