* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #b8aa9d;
  color: #fff;
}
::selection {
  background: #b8aa9d;
  color: #fff;
}
::-moz-selection {
  background: #b8aa9d;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #1a1a1a;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  max-width: 400px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 99999;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #fff;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/close-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #edebe8;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
  background-image: url('../images/close-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
  text-decoration: underline;
}
.sl-wrapper .sl-download a:hover {
  text-decoration: none;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 50px;
  width: 80px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
  background-image: url('../images/arrow-right-black.svg');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
  background-image: url('../images/arrow-left-black.svg');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 35.5em) {
  /*.sl-wrapper .sl-navigation button {
      width: 90px;
    }*/
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  /*.sl-wrapper .sl-navigation button {
      width: 44px;
    }*/
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
/*
@gutter: 2%;
@columns: 16;
*/
@font-face {
  font-family: 'Farmhouse';
  src: url('../fonts/farmhouse/FarmhouseRegular.woff2') format('woff2'), url('../fonts/farmhouse/FarmhouseRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salty Feathers';
  src: url('../fonts/saltyfeathers/SaltyFeathers-Regular.woff2') format('woff2'), url('../fonts/saltyfeathers/SaltyFeathers-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes imageUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes imageUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
.imageanimation .plg-img {
  height: 0;
  opacity: 0;
}
.imageanimation .plg-img.sizeUp {
  -webkit-animation: imageUp 1.5s ease-in-out forwards;
          animation: imageUp 1.5s ease-in-out forwards;
}
.imageanimation .plg-img.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.imageanimation .plg-img.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.imageanimation .plg-img.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.imageanimation .plg-img.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.imageanimation .plg-img.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.imageanimation img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 5;
}
.fadeanimation {
  opacity: 0;
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
          animation: fadeInUp 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInUp.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInUp.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInUp.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInUp.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeInUp {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadeanimation.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
/* STYLES ====================================================================== */
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #1a1a1a;
  font-family: 'Farmhouse', serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #fff;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  background-color: #edebe8;
  color: #000000;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.template-faq nav .plg-navgrid ul li a,
.template-algemene-voorwaarden nav .plg-navgrid ul li a,
.template-home nav .plg-navgrid ul li a {
  color: #000000;
}
.template-faq nav .plg-navgrid ul li a:after,
.template-algemene-voorwaarden nav .plg-navgrid ul li a:after,
.template-home nav .plg-navgrid ul li a:after {
  background-color: #000000;
}
.template-faq nav .plg-navgrid ul li a.webshop,
.template-algemene-voorwaarden nav .plg-navgrid ul li a.webshop,
.template-home nav .plg-navgrid ul li a.webshop {
  border: 1px solid #000000;
}
.template-faq nav .plg-navgrid ul li a.webshop:after,
.template-algemene-voorwaarden nav .plg-navgrid ul li a.webshop:after,
.template-home nav .plg-navgrid ul li a.webshop:after {
  display: none;
}
.template-faq nav .plg-navgrid ul li a.webshop:hover,
.template-algemene-voorwaarden nav .plg-navgrid ul li a.webshop:hover,
.template-home nav .plg-navgrid ul li a.webshop:hover {
  background-color: #000000;
  color: #edebe8;
}
.template-faq nav .plg-navgrid ul li a.webshop:hover:after,
.template-algemene-voorwaarden nav .plg-navgrid ul li a.webshop:hover:after,
.template-home nav .plg-navgrid ul li a.webshop:hover:after {
  display: none;
}
.template-faq .plg-home .blacklogo,
.template-algemene-voorwaarden .plg-home .blacklogo,
.template-home .plg-home .blacklogo {
  display: block;
}
.template-faq .plg-home .whitelogo,
.template-algemene-voorwaarden .plg-home .whitelogo,
.template-home .plg-home .whitelogo {
  display: none;
}
.template-faq .hamburger .hamburger-box .hamburger-inner,
.template-algemene-voorwaarden .hamburger .hamburger-box .hamburger-inner,
.template-home .hamburger .hamburger-box .hamburger-inner {
  background-color: #000000;
}
.template-faq .hamburger .hamburger-box .hamburger-inner:before,
.template-algemene-voorwaarden .hamburger .hamburger-box .hamburger-inner:before,
.template-home .hamburger .hamburger-box .hamburger-inner:before,
.template-faq .hamburger .hamburger-box .hamburger-inner:after,
.template-algemene-voorwaarden .hamburger .hamburger-box .hamburger-inner:after,
.template-home .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #000000;
}
.plg-home .blacklogo {
  display: none;
}
#maincontent {
  display: block;
  width: 100%;
  /*background-image: url('../images/body-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;*/
  padding-top: 100px;
  margin-top: -35px;
}
#maincontent.nopadding {
  padding: 0;
}
#maincontent.nopadding footer {
  margin: 0;
}
#maincontent.nopadding footer .plg-footergrid {
  border: none;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1000;
}
.loader.hide {
  -webkit-animation: fadeOut 1s ease-in-out forwards;
          animation: fadeOut 1s ease-in-out forwards;
  pointer-events: none;
}
h2,
h1 {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.04;
  margin-top: 0;
}
p + h2,
p + h1 {
  margin-top: 35px;
}
h2 + p,
h1 + p {
  margin-top: 35px;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover:after,
a.active:after {
  left: 50%;
  right: 50%;
  width: 0;
}
.hamburger {
  display: none;
}
.button {
  display: inline-block;
  font-weight: bold;
  font-family: proxima-soft, sans-serif;
  cursor: pointer;
  text-decoration: none;
}
.button:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover:after,
.button.active:after {
  left: 50%;
  right: 50%;
  width: 0;
}
.plg-imagecontainer {
  display: block;
  width: 100%;
  height: 0;
}
.plg-imagecontainer .plg-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.secondbutton {
  text-transform: uppercase;
  padding: 12px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondbutton:hover {
  background-color: #000000;
  color: #edebe8;
}
p + .button {
  margin-top: 30px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
#form-success {
  display: none;
}
#feedback {
  margin-top: 10px;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
#popup {
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#popup .popup-content {
  background-color: #000000;
  color: #fff;
  max-width: 500px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  font-family: proxima-soft, sans-serif;
}
#popup .popup-content.wimage {
  padding: 0;
  max-width: 650px;
}
#popup .popupimage {
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
#popup h4 {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
}
#popup p:last-of-type {
  margin-bottom: 0;
}
#popup p strong {
  font-weight: bold;
}
#popup .popup-close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 2;
}
#popup .popup-close img {
  pointer-events: none;
  width: 100%;
  height: auto;
}
#popup.hideme {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  #popup .popup-content {
    max-width: calc(100% - 30px);
    overflow-y: auto;
  }
  #popup .popup-close {
    right: 15px;
    top: 15px;
  }
}
header {
  padding: 90px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}
header .plg-home {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 170px;
}
header .plg-home:after {
  display: none;
}
.plg-container {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}
nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
nav .plg-navgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
nav .plg-navgrid .plg-navitem {
  width: 50%;
  /*&:nth-child(2){
				margin: auto;
			}*/
}
nav .plg-navgrid .plg-navitem:first-child {
  margin-left: 0;
  margin-right: auto;
}
nav .plg-navgrid .plg-navitem:last-child {
  margin-left: auto;
  margin-right: 0;
}
nav .plg-navgrid .plg-navitem:last-child ul {
  text-align: right;
}
nav .plg-navgrid ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav .plg-navgrid ul li {
  margin: 0 25px 0 0;
  padding: 0;
  display: inline-block;
}
nav .plg-navgrid ul li:last-child {
  margin: 0;
}
nav .plg-navgrid ul li a {
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #edebe8;
}
nav .plg-navgrid ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -6px;
  width: 0;
  height: 1px;
  background-color: #edebe8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav .plg-navgrid ul li a:hover:after,
nav .plg-navgrid ul li a.active:after {
  left: 0;
  right: 0;
  width: 100%;
}
nav .plg-navgrid ul li a.webshop {
  padding: 12px;
  border: 1px solid #edebe8;
}
nav .plg-navgrid ul li a.webshop:after {
  display: none;
}
nav .plg-navgrid ul li a.webshop:hover {
  background-color: #edebe8;
  color: #000000;
}
nav .plg-navgrid ul li a.webshop:hover:after {
  display: none;
}
.plg-socials {
  position: fixed;
  bottom: 75px;
  right: 75px;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.plg-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.plg-socials ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.plg-socials ul li a {
  display: inline-block;
}
.plg-socials ul li a img {
  height: 25px;
  width: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.plg-socials ul li a:hover img {
  opacity: 0.6;
}
.plg-socials ul li a:after {
  display: none;
}
.plg-socials ul li:last-child {
  margin: 0;
}
.plg-socials.absolute {
  /*position: absolute;
		bottom: 150px;
		right: 75px;*/
  opacity: 0;
  pointer-events: none;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide > div .plg-slide {
  height: 100%;
}
.plg-scrollarrow {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 7px;
  z-index: 20;
  cursor: pointer;
}
.plg-scrollarrow .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 900%;
}
.plg-scrollarrow .plg-imagecontainer .plg-img {
  top: 0;
  bottom: unset;
  -webkit-animation: imageUp 1.5s ease-in-out forwards 0.5s;
          animation: imageUp 1.5s ease-in-out forwards 0.5s;
}
#plg-fullslideshow {
  height: 100%;
  width: 100%;
  display: block;
  padding-bottom: 35px;
  z-index: 2;
}
#plg-fullslideshow.smaller {
  height: calc(85% - 35px);
}
#plg-fullslideshow .plg-slideshow {
  height: 100%;
  width: 100%;
}
#plg-fullslideshow .plg-slideshow .plg-slide {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#plg-fullslideshow .plg-slideshow .plg-slide .plg-slidetext {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Salty Feathers', serif;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 0.73;
  padding: 20px;
  color: #fff;
}
#plg-fullslideshow .plg-slideshow .plg-slide .plg-slidetext.large {
  font-size: 115px;
}
#plg-fullslideshow .plg-slideshow .plg-slide .by-kim-jolling {
  width: 100%;
  max-width: 565px;
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-fullslideshow .plg-slideshow.homeslider .plg-slide {
  background-position: top center;
}
#plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext {
  max-width: 600px;
  color: #000000;
  top: calc(35% + 50px);
}
#plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext h3 {
  font-size: 100px;
  letter-spacing: 0;
  line-height: 0.73;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext .txt {
  font-size: 22px;
  font-family: 'Farmhouse', serif;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.plg-homesection1 .plg-h1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 8vw;
}
.plg-homesection1 .plg-h1-grid .plg-h1-item.image {
  width: 100%;
  max-width: 360px;
  margin-right: 8vw;
}
.plg-homesection1 .plg-h1-grid .plg-h1-item.image .plg-imagecontainer {
  padding-bottom: 133%;
}
.plg-homesection1 .plg-h1-grid .plg-h1-item.text {
  max-width: 320px;
  margin-right: 8vw;
}
.plg-homesection1.mt {
  margin-top: 100px;
}
#plg-homesection2 {
  margin-top: 50px;
}
#plg-homesection2 .plg-h2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.image {
  width: 100%;
  max-width: 320px;
  margin: 0 8vw;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.image .plg-imagecontainer {
  padding-bottom: 130%;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text {
  max-width: 320px;
  margin: auto 0;
}
#plg-homesection2 .plg-h2-grid .plg-h2-item.text h2 {
  margin: 0;
}
#plg-homesection3 {
  margin-top: 50px;
}
#plg-homesection3 .plg-h3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 8vw;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image {
  width: 100%;
  max-width: 435px;
  margin-right: 8vw;
  margin-left: 8vw;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-imagecontainer {
  padding-bottom: 72%;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.text {
  max-width: 320px;
  margin: auto 0;
}
#plg-homesection3 .plg-h3-grid .plg-h3-item.text h2 {
  margin: 0;
}
#plg-studiosection1 .plg-s1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item.text {
  margin: auto 0;
  max-width: 320px;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item.image {
  width: 100%;
  max-width: 320px;
  margin: 0 8vw;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item.image .plg-imagecontainer {
  padding-bottom: 140%;
}
#plg-studiosection2 {
  margin-top: 50px;
}
#plg-studiosection2 .plg-s2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item.text {
  margin: auto 0;
  max-width: 320px;
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item.image {
  width: 100%;
  max-width: 320px;
  margin: 0 8vw;
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item.image .plg-s2-overlay {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-image: url('../images/kim-jolling-studio.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item.image .plg-imagecontainer {
  padding-bottom: 140%;
}
#plg-studiosection3 {
  margin-top: 50px;
}
#plg-studiosection3 .plg-s3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item.text {
  margin: auto 0;
  max-width: 320px;
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item.image {
  width: 100%;
  max-width: 435px;
  margin: 0 8vw;
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item.image .plg-imagecontainer {
  padding-bottom: 71%;
}
#plg-studiosection4 {
  margin-top: 150px;
}
#plg-studiosection4 .plg-s4-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-studiosection4 .plg-s4-grid .plg-s4-item.text {
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
}
#plg-workshopssection1 .plg-w1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-workshopssection1 .plg-w1-grid .plg-w1-item {
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
#plg-workshopssection2 {
  margin-top: 100px;
}
#plg-workshopssection2 .plg-w2-grid {
  margin: 0 8vw;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item {
  margin-top: 75px;
  border-top: 1px solid #b8aa9d;
  font-family: proxima-soft, sans-serif;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item a[href^="tel:"] {
  text-decoration: none;
  /*&:hover{
					text-decoration: underline;
				}*/
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item a[href^="tel:"]:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item a[href^="tel:"]:hover:after,
#plg-workshopssection2 .plg-w2-grid .plg-w2-item a[href^="tel:"].active:after {
  left: 0;
  right: 0;
  width: 100%;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item h2 {
  font-family: 'Farmhouse', serif;
  color: #000000;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .hideme {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .long {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 75px;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid.long {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem h2 {
  margin: 0;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:first-child {
  width: 20%;
  margin-right: 8vw;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:nth-child(2),
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:nth-child(3) {
  width: 30%;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:nth-child(2) {
  margin-right: 8vw;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .readmore {
  margin-top: 35px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.36;
  cursor: pointer;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item .readmore .min {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .plg-w2-innergrid.short {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .plg-w2-innergrid.long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .plg-w2-innergrid .plg-w2-inneritem:nth-child(2),
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .plg-w2-innergrid .plg-w2-inneritem:nth-child(3) {
  margin-top: 40px;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .data {
  display: inline-block;
  margin-top: 40px;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo.mobile {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo a {
  white-space: nowrap;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo a:after {
  bottom: 2px;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .long {
  display: inline-block;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .short {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .readmore .min {
  display: inline-block;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .readmore .plus {
  display: none;
}
#plg-workshopssection2 .plg-w2-grid .plg-w2-item:last-child {
  border-bottom: 1px solid #b8aa9d;
  padding-bottom: 75px;
}
#plg-workshopssection3 {
  margin-top: 100px;
}
#plg-workshopssection3 .plg-w3-grid {
  width: 100%;
}
#plg-workshopssection3 .plg-w3-grid .plg-w3-item {
  max-width: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"] {
  text-decoration: none;
}
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"]:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"]:hover,
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"].active {
  text-decoration: none;
}
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"]:hover:after,
#plg-workshopssection3 .plg-w3-grid .plg-w3-item a[href^="tel:"].active:after {
  left: 0;
  right: 0;
  width: 100%;
}
#plg-workshopssection3.wbordertop .plg-w3-grid {
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 100px;
  border-top: 1px solid #000000;
}
#plg-sworkshopssection2 .plg-sw2-filter {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
#plg-sworkshopssection2 .plg-sw2-filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li {
  display: inline-block;
  margin: 0;
  margin-right: 35px;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li:last-child {
  margin: 0;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li a:after {
  display: none;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li a:hover {
  color: #9f8f80;
  text-decoration: none;
}
#plg-sworkshopssection2 .plg-sw2-filter ul li a.active {
  color: #9f8f80;
}
#plg-sworkshopssection2 .plg-sw2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item {
  width: calc(33.3333% - 50px);
  margin: 70px 25px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item h3 {
  font-size: 22px;
  color: #9f9388;
  margin: 0 0 auto 0;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .data {
  font-family: proxima-soft, sans-serif;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .price {
  font-family: proxima-soft, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .moreinfo {
  margin-top: 12px;
  display: inline-block;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  margin-bottom: 40px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .plg-imagecontainer .plg-img {
  height: 100%;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .fullybooked {
  background-color: #9f9388;
  padding: 10px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Farmhouse', serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .icon-calendar {
  width: 14px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item .icon-clock {
  width: 14px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  margin-bottom: 40px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem .plg-imagecontainer.lbimagetrigger {
  cursor: pointer;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem h3 {
  margin: 0;
  font-family: proxima-soft, sans-serif;
  font-weight: 600;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem .ref {
  letter-spacing: 0.1em;
  font-family: proxima-soft, sans-serif;
  margin-top: 5px;
}
#plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item.shopitem .price {
  margin-top: 12px;
}
.video-gallery {
  display: none;
}
.fancybox__backdrop {
  background: #edebe8;
  opacity: 0.7;
}
.fancybox__toolbar__column.is-left {
  display: none !important;
}
.fancybox__toolbar__column.is-middle {
  display: none !important;
}
.fancybox__toolbar__column.is-right {
  padding: 10px 10px 10px 0;
}
.fancybox__toolbar__column [data-fancybox-close] {
  background-size: 30px 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: url('../images/close-black.svg') !important;
}
.fancybox__toolbar__column [data-fancybox-close] svg {
  display: none !important;
}
.fancybox__content {
  max-height: 80vh;
}
@media only screen and (max-width: 650px) {
  .fancybox__content {
    max-width: 65vw !important;
  }
}
[data-fancybox-toggle-thumbs],
[data-panzoom-action],
[data-fancybox-toggle-slideshow],
[data-fancybox-toggle-fullscreen] {
  display: none !important;
}
.fancybox__nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
}
.fancybox__nav button {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 80px;
  height: 50px;
}
.fancybox__nav button:before {
  display: none !important;
}
.fancybox__nav button svg {
  display: none !important;
}
.fancybox__nav button.is-prev {
  background-image: url('../images/arrow-left-black.svg') !important;
}
.fancybox__nav button.is-next {
  background-image: url('../images/arrow-right-black.svg') !important;
}
.fancybox__footer {
  display: none !important;
}
#plg-potterysection1 .plg-p1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-potterysection1 .plg-p1-grid .plg-p1-item.images {
  width: 100%;
  max-width: calc(640px + 4vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 10vw;
  /*img{
					max-width: 320px;
					//margin-right: 50px;
					margin-right: 4vw;
					&:last-child{
						margin: 0;
					}
				}*/
}
#plg-potterysection1 .plg-p1-grid .plg-p1-item.images .image {
  width: 100%;
  max-width: 320px;
  margin-right: 4vw;
}
#plg-potterysection1 .plg-p1-grid .plg-p1-item.images .image .plg-imagecontainer {
  padding-bottom: 140%;
}
#plg-potterysection1 .plg-p1-grid .plg-p1-item.images .image:last-child {
  margin: 0;
}
#plg-potterysection1 .plg-p1-grid .plg-p1-item.text {
  max-width: 320px;
}
#plg-potterysection2 {
  margin-top: 100px;
}
#plg-potterysection2 .plg-p2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-potterysection2 .plg-p2-grid .plg-p2-item.images {
  width: 100%;
  max-width: calc(640px + 4vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 10vw;
}
#plg-potterysection2 .plg-p2-grid .plg-p2-item.images .image {
  width: 100%;
  max-width: 320px;
  margin-right: 4vw;
}
#plg-potterysection2 .plg-p2-grid .plg-p2-item.images .image .plg-imagecontainer {
  padding-bottom: 140%;
}
#plg-potterysection2 .plg-p2-grid .plg-p2-item.images .image:last-child {
  margin: 0;
}
#plg-potterysection2 .plg-p2-grid .plg-p2-item.text {
  max-width: 320px;
}
.plg-potterysection3 {
  margin-top: 100px;
}
.plg-potterysection3 .plg-p3-grid .plg-p3-item {
  text-align: center;
  margin: 0 auto;
  max-width: 420px;
}
.plg-potterysection3.mb {
  margin-bottom: 100px;
}
.plg-potterysection3.nomt {
  margin-top: 0;
}
#plg-potterysection4 {
  margin-top: 100px;
}
#plg-potterysection4 .plg-p4-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8vw;
}
#plg-potterysection4 .plg-p4-grid .plg-p4-item.image {
  width: 50%;
  margin-right: 8vw;
}
#plg-potterysection4 .plg-p4-grid .plg-p4-item.image .plg-imagecontainer {
  padding-bottom: 100%;
}
#plg-potterysection4 .plg-p4-grid .plg-p4-item.text {
  max-width: 320px;
}
#plg-potterysection5 {
  margin-top: 25px;
}
#plg-potterysection5 .plg-p5-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 8vw;
}
#plg-potterysection5 .plg-p5-grid .plg-p5-item.image {
  width: 50%;
  margin-left: 8vw;
}
#plg-potterysection5 .plg-p5-grid .plg-p5-item.image .plg-imagecontainer {
  padding-bottom: 100%;
}
#plg-potterysection5 .plg-p5-grid .plg-p5-item.text {
  max-width: 320px;
}
#plg-contactsection1 .plg-c1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 8vw;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item {
  width: 50%;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item h1 {
  margin-bottom: 35px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:first-child {
  padding-right: 4vw;
  width: 60%;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 40%;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt {
  display: inline-block;
  margin: 0 8vw 0 auto;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt a {
  /*text-decoration: none;
						&:hover{
							text-decoration: underline;
						}*/
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt a:hover:after,
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt a.active:after {
  left: 0;
  right: 0;
  width: 100%;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 {
  margin-top: 50px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 a {
  text-decoration: none;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 a:hover:after,
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 a.active:after {
  left: 50%;
  right: 50%;
  width: 0;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2:first-child {
  margin-top: 0;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt h2 + p {
  margin-top: 20px;
}
#plg-impressionsection1 .plg-im1-content {
  margin: 0 8vw;
}
#plg-impressionsection1 .plg-im1-grid {
  width: calc(100% + 50px);
  margin: -50px -25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item {
  width: calc(33.333% - 50px);
  margin: 50px 25px 0 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item .plg-imagesizer {
  width: 100%;
  padding-bottom: 100%;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item:after {
  display: none;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item:hover {
  opacity: 0.6;
}
#plg-impressionsection1 .plg-im1-grid .plg-im1-item .plg-im1-item-caption {
  position: absolute;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  text-align: center;
  font-family: proxima-soft, sans-serif;
}
#plg-faqsection1 {
  margin-top: 200px;
}
#plg-faqsection1 .plg-fa1-grid {
  margin: 0 8vw;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item.text {
  width: 100%;
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question {
  padding-top: 25px;
  border-bottom: 1px solid #b8aa9d;
  padding-bottom: 21px;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  /*img{
						width: 25px;
						height: auto;
					}*/
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .accordion p {
  margin: 0;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .panel {
  height: 0;
  font-size: 0;
  opacity: 0;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .plus {
  display: inline-block;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .min {
  display: none;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question .arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question.active .accordion {
  border-color: #fff;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question.active .panel {
  height: auto;
  font-size: 12px;
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 12px;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item .plg-fa1-question.active .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 10px;
  height: auto;
}
#plg-faqsection1 .plg-fa1-grid .plg-fa1-item + .plg-fa1-item {
  margin-top: 100px;
}
form {
  font-family: proxima-soft, sans-serif;
}
form input[type=text],
form input[type=email],
form textarea {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  margin-bottom: 20px;
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
form .policy {
  margin-bottom: 0;
}
form .policy label {
  margin-left: 25px;
}
form .policy a {
  text-decoration: none;
}
form .policy a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .policy a:hover:after,
form .policy a.active:after {
  left: 50%;
  right: 50%;
  width: 0;
}
form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 1px;
  border: 1px solid #000000;
  cursor: pointer;
}
form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  line-height: 1;
  font-size: 14px;
}
form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
form .policy.error a {
  color: crimson !important;
}
form #form-submit {
  text-transform: uppercase;
  margin-top: 35px;
}
form small {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
#plg-defaultsection1 {
  margin-top: 100px;
}
footer {
  margin-top: 130px;
  font-size: 11px;
  letter-spacing: 0.2em;
}
footer .plg-footergrid {
  border-top: 1px solid #000000;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: -6px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover:after,
footer a.active:after {
  left: 0;
  right: 0;
  width: 100%;
}
footer .hibcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .hib {
  position: absolute;
  right: 0;
  top: -50px;
  display: inline-block;
  width: 100%;
  max-width: 50px;
  margin: 0 0 50px auto;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
footer .hib:after {
  display: none;
}
footer .hib img {
  width: 100%;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 920px) {
  nav .plg-navgrid ul li {
    margin: 0 25px 0 0;
  }
  .plg-socials {
    right: 20px;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:first-child {
    width: 100%;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item .plg-w2-innergrid .plg-w2-inneritem:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo.desktop {
    display: none;
  }
  #plg-workshopssection2 .plg-w2-grid .plg-w2-item.active .contactinfo.mobile {
    display: block;
  }
  #plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item {
    width: calc(50% - 50px);
  }
  #plg-contactsection1 .plg-c1-grid {
    padding: 0 8vw;
  }
  footer .plg-footergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .plg-footergrid .plg-footeritem {
    margin-top: 20px;
  }
  footer .plg-footergrid .plg-footeritem:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 780px) {
  .hamburger {
    z-index: 100;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: relative;
  }
  .hamburger .hamburger-box {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
  }
  .hamburger .hamburger-box .hamburger-inner {
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 30px;
    height: 2px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: backgroud-color, -webkit-transform;
    transition-property: backgroud-color, -webkit-transform;
    transition-property: transform, backgroud-color;
    transition-property: transform, backgroud-color, -webkit-transform;
    border-radius: 2px;
    background-color: #edebe8;
    top: auto;
    bottom: 0;
    -webkit-transition-delay: 0.13s;
            transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.13s;
            transition-duration: 0.13s;
  }
  .hamburger .hamburger-box .hamburger-inner:after,
  .hamburger .hamburger-box .hamburger-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: backgroud-color, -webkit-transform;
    transition-property: backgroud-color, -webkit-transform;
    transition-property: transform, backgroud-color;
    transition-property: transform, backgroud-color, -webkit-transform;
    border-radius: 2px;
    background-color: #edebe8;
  }
  .hamburger .hamburger-box .hamburger-inner:after {
    bottom: -6px;
    top: -12px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  }
  .hamburger .hamburger-box .hamburger-inner:before {
    top: -6px;
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger.active .hamburger-box .hamburger-inner {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
            transform: translate3d(0, -6px, 0) rotate(-45deg);
    background-color: #000000;
  }
  .hamburger.active .hamburger-box .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
    background-color: #000000;
  }
  .hamburger.active .hamburger-box .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-color: #000000;
  }
  #plg-fullslideshow .plg-slideshow .plg-slide .plg-slidetext {
    font-size: 80px;
  }
  #plg-fullslideshow .plg-slideshow .plg-slide .by-kim-jolling {
    width: calc(100% - 80px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext {
    top: calc(45% + 50px);
  }
  #plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext h3 {
    font-size: 80px;
  }
  #plg-fullslideshow .plg-slideshow.homeslider .plg-slide .plg-slidetext .txt {
    font-size: 16px;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 60px 30px;
  }
  header .plg-home {
    top: 70%;
  }
  nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url('../images/body-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;*/
    background-color: #edebe8;
    padding: 40px;
    -webkit-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
  }
  nav .plg-navgrid {
    display: block;
  }
  nav .plg-navgrid .plg-navitem {
    width: 100%;
  }
  nav .plg-navgrid .plg-navitem:first-child {
    margin: 0;
  }
  nav .plg-navgrid .plg-navitem:first-child ul {
    text-align: center;
  }
  nav .plg-navgrid .plg-navitem:first-child ul li {
    display: block;
  }
  nav .plg-navgrid .plg-navitem:last-child {
    margin: 0;
  }
  nav .plg-navgrid .plg-navitem:last-child ul {
    text-align: center;
  }
  nav .plg-navgrid .plg-navitem:last-child ul li {
    display: block;
  }
  nav .plg-navgrid .plg-navitem ul li {
    margin: 0 0 20px 0;
  }
  nav .plg-navgrid .plg-navitem ul li a {
    font-size: 20px;
  }
  nav .plg-navgrid .plg-navitem ul li a.webshop {
    border: 1px solid #000000;
  }
  nav .plg-navgrid .plg-navitem ul li a.webshop:after {
    display: none;
  }
  nav .plg-navgrid .plg-navitem ul li a.webshop:hover {
    background-color: #000000;
    color: #edebe8;
  }
  nav .plg-navgrid .plg-navitem ul li a.webshop:hover:after {
    display: none;
  }
  nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  nav.active .plg-navgrid .plg-navitem ul li a {
    color: #000000;
  }
  header.active .plg-home .blacklogo {
    display: block;
  }
  header.active .plg-home .whitelogo {
    display: none;
  }
  .plg-homesection1 .plg-h1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .plg-homesection1 .plg-h1-grid .plg-h1-item.image {
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: unset;
  }
  .plg-homesection1 .plg-h1-grid .plg-h1-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-homesection2 {
    margin-top: 100px;
  }
  #plg-homesection2 .plg-h2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.image {
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: unset;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-homesection3 {
    margin-top: 100px;
  }
  #plg-homesection3 .plg-h3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.image {
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: unset;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-studiosection1 .plg-s1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item.image {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  #plg-studiosection2 {
    margin-top: 100px;
  }
  #plg-studiosection2 .plg-s2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-studiosection2 .plg-s2-grid .plg-s2-item.image {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  #plg-studiosection2 .plg-s2-grid .plg-s2-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-studiosection3 {
    margin-top: 100px;
  }
  #plg-studiosection3 .plg-s3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-studiosection3 .plg-s3-grid .plg-s3-item.image {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  #plg-studiosection3 .plg-s3-grid .plg-s3-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-workshopssection2 .plg-w2-grid {
    margin: 0 auto;
  }
  #plg-sworkshopssection2 .plg-sw2-filter ul li {
    display: block;
    margin: 5px 0 0 0;
  }
  #plg-sworkshopssection2 .plg-sw2-filter ul li:last-child {
    margin: 5px 0 0 0;
  }
  #plg-sworkshopssection2 .plg-sw2-grid {
    width: 100%;
    margin: 0;
  }
  #plg-sworkshopssection2 .plg-sw2-grid .plg-sw2-item {
    width: 100%;
    margin: 70px 0 0 0;
  }
  #plg-potterysection1 .plg-p1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-potterysection1 .plg-p1-grid .plg-p1-item.images {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #plg-potterysection1 .plg-p1-grid .plg-p1-item.images .image {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  #plg-potterysection1 .plg-p1-grid .plg-p1-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-potterysection2 {
    margin-top: 100px;
  }
  #plg-potterysection2 .plg-p2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-potterysection2 .plg-p2-grid .plg-p2-item.images {
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #plg-potterysection2 .plg-p2-grid .plg-p2-item.images .image {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  #plg-potterysection2 .plg-p2-grid .plg-p2-item.images .image:last-child {
    margin: 50px 0 0 0;
  }
  #plg-potterysection2 .plg-p2-grid .plg-p2-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-potterysection4 {
    margin-top: 100px;
  }
  #plg-potterysection4 .plg-p4-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  #plg-potterysection4 .plg-p4-grid .plg-p4-item.image {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #plg-potterysection4 .plg-p4-grid .plg-p4-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-potterysection5 {
    margin-top: 100px;
  }
  #plg-potterysection5 .plg-p5-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  #plg-potterysection5 .plg-p5-grid .plg-p5-item.image {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #plg-potterysection5 .plg-p5-grid .plg-p5-item.text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  #plg-contactsection1 .plg-c1-grid {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item {
    width: 100%;
    margin: 0 auto;
    max-width: 430px;
    text-align: center;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item form {
    text-align: left;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(1) {
    margin-top: 100px;
    width: 100%;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) {
    width: 100%;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item:nth-child(2) .txt {
    margin: 0 auto;
    text-align: center;
  }
  #plg-impressionsection1 .plg-im1-content {
    margin: 0 auto;
  }
  #plg-impressionsection1 .plg-im1-grid .plg-im1-item {
    width: calc(50% - 50px);
  }
  #plg-faqsection1 .plg-fa1-grid {
    margin: 0;
  }
  footer {
    margin-top: 100px;
  }
  footer .hib {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    max-width: 50px;
    margin: 0 0 50px auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  footer .hib img {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #plg-impressionsection1 .plg-im1-grid {
    width: 100%;
    margin: -50px 0 0 0;
  }
  #plg-impressionsection1 .plg-im1-grid .plg-im1-item {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
