* {
  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;
}
/* ========================================================================= */
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #dad9d9;
  color: #3f3f3e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  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;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #3f3f3e;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.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;
  left: -9999px;
}
/* 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;
}
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-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 slideUp {
  from {
    -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes slideUpImage {
  from {
    opacity: 0;
    clip-path: inset(20% 0px);
    -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0px);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes slideUpImage {
  from {
    opacity: 0;
    clip-path: inset(20% 0px);
    -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
            transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0px);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes scrollArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.slideUp {
  -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
}
.slideUpImage {
  opacity: 0;
  clip-path: inset(40% 0px);
  -webkit-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(0%, 20%) matrix(1, 0, 0, 1, 0, 0);
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s ease-in-out forwards;
          animation: fadeInUp 0.5s 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.fadeIn.fadeInZoom {
  opacity: 0;
  -webkit-animation: fadeInZoom 1s ease-in-out forwards;
          animation: fadeInZoom 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInZoom.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInZoom.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInZoom.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInZoom.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInZoom.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.slideUp {
  -webkit-animation: slideUp 1s ease-out forwards;
          animation: slideUp 1s ease-out forwards;
}
.fadeanimation.fadeIn.slideUp.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.slideUp.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.slideUp.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.slideUp.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.slideUp.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.slideUpImage {
  -webkit-animation: slideUpImage 1s ease-out forwards;
          animation: slideUpImage 1s ease-out forwards;
}
.fadeanimation.fadeIn.slideUpImage.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.slideUpImage.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.slideUpImage.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.slideUpImage.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.slideUpImage.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 ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #3f3f3e;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
body.template-home {
  background-color: #5c6364;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
h1,
h2 {
  font-size: 30px;
  margin: 0;
}
h2 + .txt {
  margin-top: 50px;
}
a {
  color: #3f3f3e;
  text-decoration: none;
}
a:hover {
  color: #3f3f3e;
  text-decoration: underline;
}
.arrowbutton {
  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;
  text-decoration: none;
  font-weight: 400;
  /*&::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url('../images/arrow-right.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(0, -50%);
    }*/
  /*&:hover {
        &:before {
            transition: background-image .3s ease;
            background-image: url('../images/arrow-right-filled.svg');
        }
    }*/
}
.arrowbutton img {
  width: 16px;
  margin-left: 30px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrowbutton:hover {
  text-decoration: none;
}
.arrowbutton:hover img {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.plg-arrowdown {
  width: 24px;
  height: 24px;
}
.plg-arrowdown::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/arrow-down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.plg-arrowdown:hover:before {
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  background-image: url('../images/arrow-down-filled.svg');
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#form-success {
  display: none;
}
#feedback.erroneous,
#footerfeedback.erroneous,
#feedback.error,
#footerfeedback.error {
  padding: 10px;
  text-align: center;
  background-color: #f8f7f3;
  color: #3f3f3e;
  margin-bottom: 10px;
  font-weight: bold;
}
#contact-form,
#footer-form {
  /*.submit-warrow {
        padding-left: 40px;
        text-decoration: none;
        margin-top: 50px;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 24px;
            height: 24px;
            display: inline-block;
            background-image: url('../images/arrow-right-light.svg');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            transform: translate(0, -50%);
        }

        &:hover {
            &:before {
                transition: background-image .3s ease;
                background-image: url('../images/arrow-right-filled-light.svg');
            }
        }
    }*/
}
#contact-form input[type=text],
#footer-form input[type=text],
#contact-form input[type=email],
#footer-form input[type=email],
#contact-form textarea,
#footer-form textarea {
  -webkit-appearance: none;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #f8f7f3;
  background-color: transparent;
  width: 100%;
}
#contact-form input[type=text]::-webkit-input-placeholder, #footer-form input[type=text]::-webkit-input-placeholder, #contact-form input[type=email]::-webkit-input-placeholder, #footer-form input[type=email]::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder, #footer-form textarea::-webkit-input-placeholder {
  color: #f8f7f3;
}
#contact-form input[type=text]::-moz-placeholder, #footer-form input[type=text]::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder, #footer-form input[type=email]::-moz-placeholder, #contact-form textarea::-moz-placeholder, #footer-form textarea::-moz-placeholder {
  color: #f8f7f3;
}
#contact-form input[type=text]:-ms-input-placeholder, #footer-form input[type=text]:-ms-input-placeholder, #contact-form input[type=email]:-ms-input-placeholder, #footer-form input[type=email]:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder, #footer-form textarea:-ms-input-placeholder {
  color: #f8f7f3;
}
#contact-form input[type=text]::-ms-input-placeholder, #footer-form input[type=text]::-ms-input-placeholder, #contact-form input[type=email]::-ms-input-placeholder, #footer-form input[type=email]::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder, #footer-form textarea::-ms-input-placeholder {
  color: #f8f7f3;
}
#contact-form input[type=text]::placeholder,
#footer-form input[type=text]::placeholder,
#contact-form input[type=email]::placeholder,
#footer-form input[type=email]::placeholder,
#contact-form textarea::placeholder,
#footer-form textarea::placeholder {
  color: #f8f7f3;
}
#contact-form input[type=text].erroneous,
#footer-form input[type=text].erroneous,
#contact-form input[type=email].erroneous,
#footer-form input[type=email].erroneous,
#contact-form textarea.erroneous,
#footer-form textarea.erroneous {
  border-color: crimson;
}
#contact-form input[type=text].erroneous::-webkit-input-placeholder, #footer-form input[type=text].erroneous::-webkit-input-placeholder, #contact-form input[type=email].erroneous::-webkit-input-placeholder, #footer-form input[type=email].erroneous::-webkit-input-placeholder, #contact-form textarea.erroneous::-webkit-input-placeholder, #footer-form textarea.erroneous::-webkit-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-moz-placeholder, #footer-form input[type=text].erroneous::-moz-placeholder, #contact-form input[type=email].erroneous::-moz-placeholder, #footer-form input[type=email].erroneous::-moz-placeholder, #contact-form textarea.erroneous::-moz-placeholder, #footer-form textarea.erroneous::-moz-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous:-ms-input-placeholder, #footer-form input[type=text].erroneous:-ms-input-placeholder, #contact-form input[type=email].erroneous:-ms-input-placeholder, #footer-form input[type=email].erroneous:-ms-input-placeholder, #contact-form textarea.erroneous:-ms-input-placeholder, #footer-form textarea.erroneous:-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-ms-input-placeholder, #footer-form input[type=text].erroneous::-ms-input-placeholder, #contact-form input[type=email].erroneous::-ms-input-placeholder, #footer-form input[type=email].erroneous::-ms-input-placeholder, #contact-form textarea.erroneous::-ms-input-placeholder, #footer-form textarea.erroneous::-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::placeholder,
#footer-form input[type=text].erroneous::placeholder,
#contact-form input[type=email].erroneous::placeholder,
#footer-form input[type=email].erroneous::placeholder,
#contact-form textarea.erroneous::placeholder,
#footer-form textarea.erroneous::placeholder {
  color: crimson;
}
#contact-form .policy,
#footer-form .policy {
  margin-top: 10px;
}
#contact-form .policy label,
#footer-form .policy label {
  position: relative;
  color: #f8f7f3;
  margin-left: 25px;
}
#contact-form .policy label a,
#footer-form .policy label a {
  color: #f8f7f3;
  text-decoration: underline;
}
#contact-form .policy label a:hover,
#footer-form .policy label a:hover {
  text-decoration: none;
}
#contact-form .policy:not(#IE8) label:before,
#footer-form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 50%;
  border: 1px solid #f8f7f3;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#contact-form .policy:not(#IE8) input[type=checkbox],
#footer-form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
#contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
#footer-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  line-height: 0.8;
  font-size: 16px;
  font-family: system-ui;
  font-weight: normal;
}
@media screen and (min-width: 0 \0) {
  #contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
  #footer-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
#contact-form .policy.error:not(#IE8) label:before,
#footer-form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
#contact-form .policy.error label,
#footer-form .policy.error label {
  color: crimson;
}
#contact-form .policy.error label a,
#footer-form .policy.error label a {
  color: crimson;
}
#contact-form input[type=submit],
#footer-form input[type=submit] {
  background: none;
  color: #f8f7f3;
  font: inherit;
  outline: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
}
#contact-form .submit-warrow,
#footer-form .submit-warrow {
  font-weight: 300;
  margin-top: 50px;
}
#contact-form .error-text,
#footer-form .error-text {
  color: crimson;
  margin: 10px 0;
}
#contact-form .form-group.error input,
#footer-form .form-group.error input,
#contact-form .form-group.error textarea,
#footer-form .form-group.error textarea {
  color: crimson !important;
  border-bottom: 1px solid crimson;
}
#contact-form .form-group.error input::-webkit-input-placeholder, #footer-form .form-group.error input::-webkit-input-placeholder, #contact-form .form-group.error textarea::-webkit-input-placeholder, #footer-form .form-group.error textarea::-webkit-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-moz-placeholder, #footer-form .form-group.error input::-moz-placeholder, #contact-form .form-group.error textarea::-moz-placeholder, #footer-form .form-group.error textarea::-moz-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input:-ms-input-placeholder, #footer-form .form-group.error input:-ms-input-placeholder, #contact-form .form-group.error textarea:-ms-input-placeholder, #footer-form .form-group.error textarea:-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-ms-input-placeholder, #footer-form .form-group.error input::-ms-input-placeholder, #contact-form .form-group.error textarea::-ms-input-placeholder, #footer-form .form-group.error textarea::-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::placeholder,
#footer-form .form-group.error input::placeholder,
#contact-form .form-group.error textarea::placeholder,
#footer-form .form-group.error textarea::placeholder {
  color: crimson !important;
}
#feedback {
  display: none;
}
.plg-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.languagesselector {
  position: relative;
}
.languagesselector a {
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.languagesselector .placeholder a {
  text-decoration: none;
}
.languagesselector .placeholder img {
  width: 10px;
  margin-left: 2px;
}
.languagesselector .placeholder img.arrowlight {
  display: none;
}
.languagesselector .placeholder img.arrowlightright {
  display: none;
}
.languagesselector .drop {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.languagesselector .drop a {
  display: block;
}
.languagesselector .drop a:hover {
  text-decoration: underline;
}
.languagesselector:hover .drop,
.languagesselector.active .drop {
  opacity: 1;
  pointer-events: auto;
}
.languagesselector.side {
  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;
}
.languagesselector.side .placeholder img {
  width: 5px;
}
.languagesselector.side .placeholder img.arrowdark,
.languagesselector.side .placeholder img.arrowlight,
.languagesselector.side .placeholder img.arrowlightright {
  display: none !important;
}
.languagesselector.side .placeholder img.arrowright {
  display: inline-block;
}
.languagesselector.side .drop {
  position: relative;
  bottom: unset;
  left: unset;
  width: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.languagesselector.side .drop a {
  margin-left: 10px;
}
.languagesselector.side:hover .drop,
.languagesselector.side.active .drop {
  width: auto;
}
.languagesselector.side.light .placeholder img {
  width: 5px;
}
.languagesselector.side.light .placeholder img.arrowdark,
.languagesselector.side.light .placeholder img.arrowlight,
.languagesselector.side.light .placeholder img.arrowright {
  display: none !important;
}
.languagesselector.side.light .placeholder img.arrowlightright {
  display: inline-block;
}
header {
  z-index: 90;
  padding: 20px 50px;
  /*.languagesselector{
        margin-left: 80px;
    }*/
}
header .languages {
  /*position: absolute;
        //top: -50px;
        top: -35px;
        right: 0;
        //background-color: @bgcolor;
        //padding: 10px;
        li{
            &::after{
                background-color: @color;
            }
        }*/
  margin-left: 80px;
}
header .languages li {
  /*a{
                font-weight: @weightregular;
            }*/
  text-transform: capitalize;
}
header .languages li:after {
  background-color: #3f3f3e;
}
header .languages li:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #3f3f3e;
  opacity: 0;
}
header .languages li:hover,
header .languages li.active {
  text-decoration: none;
}
header .languages li:hover:before,
header .languages li.active:before {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .logo {
  margin: 0 auto 0 0;
}
header .plg-topheader-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .plg-topheader-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .plg-topheader-container ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
header .plg-topheader-container ul li a {
  font-weight: 400;
}
header .plg-topheader-container ul li:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #3f3f3e;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
header .plg-topheader-container ul li:last-child {
  margin: 0;
}
header .plg-topheader-container ul li:last-child::after {
  display: none;
}
header .plg-header-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
header nav {
  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;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  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: flex;
      -ms-flex-align: flex;
          align-items: flex;
  /*&.navlist{*/
  /*}*/
  /*&.languages{
                margin: 0 0 0 110px;
                li{
                    display: inline-block;
                    margin: 0 15px 0 0;
                    a{
                        font-weight: @weightsemibold;
                        text-decoration: none;
                        &:after {
                            content: '';
                            position: absolute;
                            bottom: -3px;
                            left: 50%;
                            right: 50%;
                            height: 1px;
                            background-color: @color;
                        }
                    }
                    &.active, &:hover{
                        a{
                            &:after {
                                left: 0;
                                right: 0;
                                transition: all .5s ease-in-out;
                            }
                        }
                    }
                    &:last-child{
                        margin: 0;
                        &:after{
                            display: none;
                        }
                    }
                }
            }*/
}
header nav ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}
header nav ul li a {
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
header nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #3f3f3e;
  opacity: 0;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header nav .extranav {
  display: none;
}
.template-home header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.plg-hamburger {
  display: inline-block;
  overflow: visible;
  height: 24px;
  margin: 0;
  -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;
  z-index: 95;
  cursor: pointer;
  display: none;
}
.plg-hamburger .plg-hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -0.5px;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #3f3f3e;
  -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.22s;
          transition-duration: 0.22s;
  cursor: pointer;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  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: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #3f3f3e;
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
  display: block;
  content: "";
  bottom: -8px;
  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: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #3f3f3e;
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.extralogos {
  z-index: 99;
  margin-left: 80px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.brokerat {
  z-index: 99;
  margin-bottom: 5px;
}
.brokerat:after {
  display: none;
}
.brokerat img {
  width: auto;
  height: 100%;
  max-height: 40px;
}
.brokerat:last-child {
  margin-bottom: 0;
}
.logo {
  z-index: 99;
}
.logo img {
  max-width: 210px;
}
.plg-homesection1 {
  height: 100%;
  /*&::after {
        content: "";
        display: block;
        padding-bottom: 100vh;
    }*/
}
.plg-homesection1 .plg-h1-background {
  position: relative;
  /*&:before{
            z-index: -8;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: @imageoverlaycolor;
        }*/
  height: 100%;
  /*&:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 50px;
            background: rgba(214, 124, 28, 0.75)
        }*/
}
.plg-homesection1 .plg-h1-background .slick-list {
  height: 100%;
}
.plg-homesection1 .plg-h1-background .slick-list .slick-track {
  height: 100%;
}
.plg-homesection1 .plg-h1-background .slick-list .slick-track .slick-slide {
  height: 100%;
}
.plg-homesection1 .plg-h1-background .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.plg-homesection1 .plg-h1-background .plg-h1-image,
.plg-homesection1 .plg-h1-background .plg-h1-video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.plg-homesection1 .plg-h1-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(229, 227, 216, 0.55);
  z-index: 2;
}
.plg-homesection1 .plg-h1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  color: #eeede5;
  padding: 50px;
  /*&::after{
            content: '';
            height: 50vh;
        }*/
  color: #3f3f3e;
}
.plg-homesection1 .plg-h1-content .plg-h1-text {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: auto;
  z-index: 10;
}
.plg-homesection1 .plg-h1-content .extralogos {
  display: none !important;
}
.plg-homesection1 .plg-h1-content h1 {
  margin: 0;
  width: 100%;
  max-width: 43vw;
  color: #3f3f3e;
}
.plg-homesection1 .plg-h1-content h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #3f3f3e;
}
.plg-homesection1 .plg-h1-content a:not(.brokerat) {
  color: #eeede5;
  font-weight: 400;
  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;
  text-decoration: none;
  margin: 50px 0 0 0;
  color: #3f3f3e;
}
.plg-homesection1 .plg-h1-content a:not(.brokerat) img {
  width: 16px;
  margin-left: 30px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plg-homesection1 .plg-h1-content a:not(.brokerat):hover {
  text-decoration: none;
}
.plg-homesection1 .plg-h1-content a:not(.brokerat):hover img {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.plg-homesection1 .scrolldown {
  z-index: 80;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-animation: scrollArrow 2s ease-in-out infinite;
          animation: scrollArrow 2s ease-in-out infinite;
}
.plg-homesection1 .scrolldown img {
  width: 24px;
}
.plg-homesection2 {
  padding: 145px 0;
  color: #eeede5;
}
.plg-homesection2 .arrowbutton {
  color: #eeede5;
}
.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;
  width: 100%;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item {
  width: 50%;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item .arrowbutton {
  margin-top: 50px;
  display: inline-block;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.text {
  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;
  padding: 0 50px;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 11vw;
  position: relative;
  width: 50%;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.image .plg-imagecontainer {
  position: relative;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.image .plg-imagecontainer:before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 227, 216, 0.35);
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.image img {
  position: relative;
  display: block;
}
.plg-homesection2 .plg-h2-grid .plg-h2-item.image .imagequote {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-90deg);
      -ms-transform: translate(-100%, -100%) rotate(-90deg);
          transform: translate(-100%, -100%) rotate(-90deg);
}
.plg-newproductsection {
  background-color: #f8f7f3;
  padding: 145px 0;
}
.plg-newproductsection .plg-np-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;
  width: 100%;
}
.plg-newproductsection .plg-np-grid .plg-np-item {
  width: 50%;
}
.plg-newproductsection .plg-np-grid .plg-np-item .arrowbutton {
  margin-top: 50px;
  display: inline-block;
}
.plg-newproductsection .plg-np-grid .plg-np-item.text {
  padding: 0 50px;
  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;
}
.plg-newproductsection .plg-np-grid .plg-np-item.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 11vw;
  position: relative;
  width: 50%;
  margin: 0;
}
.plg-newproductsection .plg-np-grid .plg-np-item.image .plg-imagecontainer {
  position: relative;
}
.plg-newproductsection .plg-np-grid .plg-np-item.image .plg-imagecontainer:before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 227, 216, 0.35);
}
.plg-newproductsection .plg-np-grid .plg-np-item.image img {
  position: relative;
  display: block;
}
.plg-homesection3 {
  background-color: #f8f7f3;
  padding: 135px 50px 150px 50px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item h2 {
  margin-bottom: 50px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid {
  width: calc(100% + 100px);
  margin-left: -50px;
  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-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem {
  width: 50%;
  margin: 0 50px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.title {
  width: 100%;
  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-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.title .plg-h3-titlecontainer {
  width: 50%;
  padding: 0 50px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.list {
  width: calc(50% - 11vw - 50px);
  font-size: 20px;
  margin-left: 11vw;
  font-weight: 600;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.text {
  margin-top: 60px;
  width: calc(50% - 100px);
  /*.txt{
                            max-width: 440px;
                        }*/
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.text .ico {
  width: 100%;
  max-width: 58px;
  margin: 0 0 60px 0;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.text .arrowbutton {
  margin: 40px 0 0 0;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image {
  margin-top: 145px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slidercontainer {
  width: 69vw;
  margin: 0 0 0 auto;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slidercontainer .slider {
  width: 100%;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slick-dots {
  text-align: right;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slick-dots li {
  margin: 0;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slick-dots li button {
  padding: 0;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slick-dots li button:before {
  font-size: 10px;
  color: #5c6364;
  opacity: 1;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #3f3f3e;
  opacity: 1;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-imagecontainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image figure {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 69vw;
  margin: 0 0 0 auto;
  position: relative;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-imagecontainer {
  position: relative;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-imagecontainer:before {
  z-index: 2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 227, 216, 0.35);
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image figcaption {
  margin: 50px 0 0 0;
  width: calc(50% - 50px);
  padding-right: 150px;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-h3-extratext {
  width: 69vw;
  margin: 120px 0 0 auto;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-h3-extratext h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-h3-extratext .arrowbutton {
  margin: 40px 0 0 0;
}
.plg-homesection3 .producttitle {
  font-weight: 300;
  font-size: 22px;
  padding: 40px 15px;
  border-bottom: 1px solid #d3d2cf;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.plg-homesection3 .producttitle.active {
  font-weight: 600;
}
.plg-homesection3 .plg-h3-productitems {
  display: none;
}
.plg-homesection3 .plg-h3-productitems .plg-h3-productitem h4 {
  margin: 0 0;
  font-weight: 600;
  font-size: 22px;
}
.plg-homesection3 .plg-h3-productitems .plg-h3-productitem .plg-h3-producttitle {
  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;
  margin-bottom: 25px;
}
.plg-homesection3 .plg-h3-productitems .plg-h3-productitem .plg-h3-producttitle .newlabel {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #3f3f3e;
  padding: 5px 15px;
  border: 2px solid #d67d20;
  border-radius: 18px;
  margin-left: 30px;
}
.plg-homesection3 .plg-h3-productitems .plg-h3-productitem + .plg-h3-productitem {
  margin-top: 50px;
}
.plg-homesection3 .plg-h3-productitems.active {
  display: block;
}
.plg-homesection4 {
  background-color: #30302f;
  color: #f8f7f3;
  padding: 150px 50px 0 50px;
  font-size: 16px;
}
.plg-homesection4 .plg-h4-grid {
  width: 69vw;
  margin: 0 0 0 auto;
}
.plg-homesection4 .plg-h4-listcontainer {
  overflow: hidden;
  margin-top: 30px;
}
.plg-homesection4 .plg-h4-list {
  margin: 0 auto;
  margin-top: -1px;
  margin-right: -10px;
  color: #f8f7f3;
}
.plg-homesection4 .plg-h4-list a {
  color: #f8f7f3;
}
.plg-homesection4 .plg-h4-list .arrowbutton {
  overflow: visible;
  margin-right: 10px;
}
.plg-homesection4 .plg-h4-list .plg-h4-listitem {
  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;
  padding: 20px 0;
  text-decoration: none;
  /*img {
                width: 25px;
                height: auto;
            }*/
}
.plg-homesection4 .plg-h4-list .plg-h4-listitem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f7f3;
  height: 1px;
  width: calc(100% - 10px);
}
.plg-homesection4 .plg-h4-list .plg-h4-listitem:hover {
  text-decoration: none;
  /*.plg-arrowdown {
                    &:before {
                        transition: background-image .3s ease;
                        background-image: url('../images/arrow-down-filled.svg');
                    }
                }*/
}
.plg-homesection4 .plg-h4-list .plg-h4-listitem:hover .arrowbutton img {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.plg-homesection4 .plg-h4-list .plg-h4-listitem .number {
  font-weight: 600;
  margin-right: 100px;
}
#plg-homesection5 {
  padding: 135px 50px 150px 50px;
}
#plg-homesection5 .plg-h5-grid .plg-h5-item h2 {
  margin-bottom: 50px;
}
.template-home footer {
  margin-top: 0;
}
footer {
  margin-top: 145px;
  padding: 145px 0 50px 0;
  background-color: #30302f;
  color: #f8f7f3;
}
footer .languagesselector {
  /*.placeholder{
            img{
                &.arrowdark{
                    display: none;
                }
                &.arrowlight{
                    display: inline-block;
                }
            }
        }*/
}
footer .languagesselector a {
  font-weight: 300;
}
footer .languagesselector.side .placeholder img {
  width: 5px;
}
footer .languagesselector.side .placeholder img.arrowdark,
footer .languagesselector.side .placeholder img.arrowlight,
footer .languagesselector.side .placeholder img.arrowright {
  display: none !important;
}
footer .languagesselector.side .placeholder img.arrowlightright {
  display: inline-block !important;
}
footer a {
  color: #f8f7f3;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #f8f7f3;
}
footer h3 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #f8f7f3;
}
footer p + h3 {
  margin-top: 50px;
}
footer .plg-footergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .plg-footergrid .plg-footeritem.logoblock {
  width: calc(31vw - 100px);
}
footer .plg-footergrid .plg-footeritem.logoblock .logo img {
  width: 100%;
  max-width: 157px;
}
footer .plg-footergrid .plg-footeritem.contactinfoblock {
  width: 26vw;
}
footer .plg-footergrid .plg-footeritem.formblock {
  width: 43vw;
}
footer #footer-form {
  display: inline-block;
  margin-top: -10px;
}
footer #footer-form #footerfeedback {
  margin-bottom: 10px;
}
footer .plg-footerbottom {
  margin-top: 50px;
  color: #c5c5c5;
}
footer .plg-footerbottom a {
  color: #c5c5c5;
}
footer .plg-footerbottom a:hover {
  color: #c5c5c5;
}
.languages {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.languages li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
.languages li::after {
  content: '';
  position: absolute;
  right: -16px;
  top: calc(50% + 1px);
  width: 8px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.languages li a {
  text-transform: uppercase;
}
.languages li:last-child {
  margin: 0;
}
.languages li:last-child::after {
  display: none;
}
.languages li.active {
  font-weight: bold;
}
.siteby {
  display: inline-block;
}
#plg-textpage {
  margin-top: 50px;
}
#plg-textpage h1 {
  margin: 0 0 30px 0;
}
#plg-textpage h2 {
  margin: 40px 0 20px;
}
#plg-textpage h3 {
  margin: 20px 0 10px;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1220px) {
  .extralogos {
    margin-left: 50px;
  }
  .plg-homesection1 .plg-h1-content h1 {
    width: 50vw;
  }
}
@media only screen and (max-width: 1024px) {
  .plg-hamburger {
    display: inline-block;
  }
  .logo img {
    max-width: 220px;
  }
  .languagesselector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .languagesselector .placeholder a {
    text-decoration: underline;
  }
  .languagesselector .placeholder a img {
    display: none !important;
  }
  .languagesselector .drop {
    opacity: 1;
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .languagesselector .drop a {
    margin-left: 10px;
  }
  header {
    padding: 25px;
    /*.extralogos{
            position: fixed;
            left: 25px;
            bottom: 50px;
            display: none;
            margin: 0;
            flex-direction: row;
            align-items: center;
            .brokerat{
                //margin-left: 20px;
                margin-left: 0;
                margin-right: 0;
                &:first-child{
                    margin: 0;
                }
                
            }
        }*/
  }
  header .plg-topheader-container {
    display: none;
  }
  header .plg-header-container {
    margin-top: 0;
  }
  header .languagesselector {
    margin: 20px 0 0 0;
  }
  header nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5c6364;
    visibility: hidden;
    opacity: 0;
    z-index: 90;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px;
  }
  header nav ul {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header nav ul.navlist li {
    margin: 0 0 10px 0;
  }
  header nav ul li {
    margin: 0;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
  }
  header nav ul li.showme {
    visibility: visible;
    -webkit-animation: fadeInUp ease-out 0.3s forwards;
            animation: fadeInUp ease-out 0.3s forwards;
  }
  header nav ul.languages {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 100;
    margin-top: 40px;
  }
  header nav ul.languages.showme li {
    visibility: visible;
    opacity: 1;
  }
  header nav ul.languages.showme li a {
    visibility: visible;
    opacity: 1;
  }
  header nav .extranav {
    margin-top: 40px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header nav .extranav li {
    margin: 0 0 10px 0;
  }
  header nav .extranav li a {
    font-weight: 400;
  }
  header nav.active {
    visibility: visible;
    opacity: 1;
  }
  header.active {
    /*.brokerat{
                display: inline-block;
            }*/
    /*.extralogos{
                display: flex;
                flex-direction: column;
            }*/
  }
  header .extralogos {
    display: none !important;
  }
  /*.brokerat{
        position: fixed;
        left: 25px;
        bottom: 50px;
        display: none;
        margin: 0;
        //opacity: 0;
        //pointer-events: none;
    }*/
  h1,
  h2 {
    font-size: 24px;
  }
  .plg-homesection1 .plg-h1-content .extralogos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    margin-top: 20vh;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image figcaption {
    padding-right: 0;
  }
  .plg-homesection4 .plg-h4-list .plg-h4-listitem .number {
    margin-right: 50px;
  }
  footer .languagesselector .placeholder img.arrowlight {
    display: none;
  }
  footer .plg-footergrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .plg-footergrid .plg-footeritem.logoblock {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .plg-footergrid .plg-footeritem.contactinfoblock {
    width: calc(50% - 50px);
    margin-right: 50px;
  }
  footer .plg-footergrid .plg-footeritem.formblock {
    width: 50%;
  }
}
@media only screen and (max-width: 868px) {
  .plg-container {
    padding: 0 25px;
  }
  .plg-homesection1 {
    /*.scrolldown{
            right: 12.5px;
            img{
                width: 20px;
            }
        }*/
  }
  .plg-homesection1 .plg-h1-background .plg-h1-image:before {
    width: 25px;
  }
  .plg-homesection1 .plg-h1-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .plg-homesection1 .plg-h1-content h1 {
    width: 100%;
    max-width: 400px;
  }
  .plg-newproductsection {
    padding: 100px 25px;
  }
  .plg-newproductsection .plg-np-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item {
    width: 100%;
    margin: 0;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item .arrowbutton {
    margin-top: 50px;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item.text {
    width: 100%;
    padding: 0;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item.image {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 0 0 0;
    padding: 0;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item.image .plg-imagecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plg-newproductsection .plg-np-grid .plg-np-item.image img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .plg-homesection2 {
    padding: 100px 25px;
  }
  .plg-homesection2 .plg-h2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item {
    width: 100%;
    margin: 0;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item .arrowbutton {
    margin-top: 50px;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item.text {
    width: 100%;
    padding: 0;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item.image {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 0 0 0;
    padding: 0;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item.image .plg-imagecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plg-homesection2 .plg-h2-grid .plg-h2-item.image img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .plg-homesection3 {
    padding: 100px 25px;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem {
    width: 100%;
    margin: 0;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.title {
    width: 100%;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.title .plg-h3-titlecontainer {
    width: 100%;
    padding: 0;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.list {
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.list h3 {
    font-size: 18px;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.text {
    margin-top: 100px;
    width: 100%;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item .plg-h3-innergrid .plg-h3-inneritem.text .txt {
    max-width: unset;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image {
    margin-top: 100px;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image figure {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image figcaption {
    width: 100%;
    max-width: 400px;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image .slidercontainer {
    width: 100%;
  }
  .plg-homesection3 .plg-h3-grid .plg-h3-item.image .plg-h3-extratext {
    width: 100%;
  }
  .plg-homesection3 .producttitle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plg-homesection4 {
    padding: 100px 25px 0;
  }
  .plg-homesection4 .plg-h4-grid {
    width: 100%;
  }
  .plg-homesection4 .plg-h4-list {
    width: 100%;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  footer {
    padding: 100px 0 50px 0;
  }
}
@media only screen and (max-width: 580px) {
  header .plg-header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .logo {
    margin: 0;
  }
  /*.plg-homesection3{
        .plg-h3-grid{
            .plg-h3-item{
                .plg-h3-innergrid{
                    .plg-h3-inneritem{
                        &.list{
                            columns: 2;
                        }
                    }
                } 
            }
        } 
    } */
  .plg-homesection4 .plg-h4-list {
    margin: -1px 0 0 0;
  }
  .plg-homesection4 .plg-h4-list .plg-h4-listitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plg-homesection4 .plg-h4-list .plg-h4-listitem .number {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
  }
  .plg-homesection4 .plg-h4-list .plg-h4-listitem .arrowbutton {
    margin: 5px 0 0 0;
    display: block;
  }
  footer .plg-footergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .plg-footergrid .plg-footeritem.contactinfoblock,
  footer .plg-footergrid .plg-footeritem.formblock {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
  }
  footer .plg-footergrid .plg-footeritem.contactinfoblock {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
