* {
  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: #691b33;
  color: #fff;
}
::selection {
  background: #691b33;
  color: #fff;
}
::-moz-selection {
  background: #691b33;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ffffff;
  color: #691b33;
  -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;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 90;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #691b33;
}
#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;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.erroneous::-webkit-input-placeholder {
  color: crimson !important;
}
.erroneous::-moz-placeholder {
  color: crimson !important;
}
.erroneous:-ms-input-placeholder {
  color: crimson !important;
}
.erroneous::-ms-input-placeholder {
  color: crimson !important;
}
.erroneous::placeholder {
  color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.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: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  width: 20px;
  height: 20px;
  background-image: url('../images/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow-left.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .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-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-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.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;
  -o-transition: 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;
  }
}
/* 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;
}
/* VARIABLES =================================================================== */
/*
@gutter: 2%;
@columns: 16;
*/
@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/cocogoose/Cocogoose.woff2') format('woff2'), url('../fonts/cocogoose/Cocogoose.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/cocogoose/Cocogoose-Light.woff2') format('woff2'), url('../fonts/cocogoose/Cocogoose-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/cocogoose/Cocogoose-UltraLight.woff2') format('woff2'), url('../fonts/cocogoose/Cocogoose-UltraLight.woff') format('woff');
  font-weight: 200;
  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 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);
  }
}
.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: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.81;
  letter-spacing: 0;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #000000;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.15em;
  margin-top: 50px;
  cursor: pointer;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  color: #691b33;
}
.button:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #691b33;
  -webkit-transition: all 0.3s ease-in-out;
  -o-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%;
}
#form-success {
  display: none;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.plg-container,
.plg-headercontainer {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
#popup,
#contactpopup {
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#popup .popup-content,
#contactpopup .popup-content,
#popup .contactpopup-content,
#contactpopup .contactpopup-content {
  background-color: #fff;
  color: #000000;
  max-width: 550px;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  border: 1px solid #000000;
}
#popup h4,
#contactpopup 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,
#contactpopup p:last-of-type {
  margin-bottom: 0;
}
#popup p strong,
#contactpopup p strong {
  font-weight: bold;
}
#popup .popup-close,
#contactpopup .popup-close,
#popup .contactpopup-close,
#contactpopup .contactpopup-close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#popup .popup-close img,
#contactpopup .popup-close img,
#popup .contactpopup-close img,
#contactpopup .contactpopup-close img {
  pointer-events: none;
  width: 100%;
  height: auto;
}
#popup.hideme,
#contactpopup.hideme {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  #popup .popup-content,
  #contactpopup .popup-content,
  #popup .contactpopup-content,
  #contactpopup .contactpopup-content {
    max-width: calc(100% - 30px);
    overflow-y: auto;
  }
  #popup .popup-close,
  #contactpopup .popup-close,
  #popup .contactpopup-close,
  #contactpopup .contactpopup-close {
    right: 15px;
    top: 15px;
  }
}
#popup form,
#contactpopup form {
  max-width: unset;
}
#popup.hideme,
#contactpopup.hideme {
  display: none !important;
}
#contactpopup .contactpopup-content {
  text-align: left;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  display: block;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  width: 100%;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #000000;
  padding: 0 0 5px 0;
  color: black;
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #691b33;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #691b33;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #691b33;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #691b33;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form textarea::placeholder {
  color: #691b33;
}
form .policy label {
  position: relative;
  margin-left: 30px;
  text-transform: upp;
}
form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -30px;
  top: 1px;
  border: 1px solid #000000;
  cursor: pointer;
  letter-spacing: 0;
  font-size: 15px;
}
form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 0 \0) {
  form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
form .policy.error a {
  color: crimson;
}
form .button {
  margin-top: 25px;
}
header .plg-headercontainer {
  padding-top: 75px;
  padding-bottom: 120px;
}
header .plg-home {
  display: block;
  text-decoration: none;
  margin-bottom: 80px;
}
header .plg-home img {
  width: 100%;
  max-width: 223px;
  margin: 0 auto;
}
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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 25px;
}
header nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Cocogoose', serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #691b33;
}
header nav ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  width: 0%;
  height: 1px;
  background-color: #691b33;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav ul li a:hover:after,
header nav ul li a.active:after {
  left: 0;
  right: 0;
  width: 100%;
}
header nav ul li:last-child {
  margin-right: 0;
}
blockquote {
  margin: 0;
  padding: 0;
  max-width: 300px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  color: #691b33;
  margin: 50px auto;
}
.plg-textblock + .plg-textblock {
  margin-top: 12px;
}
#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;
}
#plg-homesection1 .plg-h1-grid .plg-h1-griditem {
  width: 50%;
}
#plg-homesection1 .plg-h1-grid .plg-h1-griditem.text {
  padding: 100px 100px 0;
}
#plg-homesection1 .plg-h1-grid .plg-h1-griditem .quote {
  max-width: 250px;
  margin: 150px auto 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  color: #691b33;
}
#plg-homesection2 {
  margin-top: 90px;
}
#plg-homesection2 .plg-h2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-homesection2 .plg-h2-grid .plg-h2-griditem.text {
  max-width: 260px;
  margin: 0 auto 0 100px;
}
#plg-homesection2 .plg-h2-grid .plg-h2-griditem.image {
  width: 68%;
  margin: 0 0 0 auto;
  margin-top: -130px;
  z-index: -1;
}
#plg-homesection2 .plg-h2-grid .plg-h2-griditem.text2 {
  max-width: 260px;
  margin: -20px 100px 0 auto;
}
#plg-homesection3.mt {
  margin-top: 85px;
}
#plg-homesection3 .plg-h3-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;
}
#plg-homesection3 .plg-h3-grid .plg-h3-griditem.image {
  width: 36%;
}
#plg-homesection3 .plg-h3-grid .plg-h3-griditem.text {
  margin: 0 auto 0 100px;
  max-width: 250px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  color: #691b33;
}
#plg-dienstensection1 .plg-ds1-intro {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 100px;
  text-align: center;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem {
  width: 50%;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.text {
  margin-top: 150px;
  padding: 0 100px;
  z-index: 2;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.image img {
  border: 1px solid #fff;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(odd) {
  margin-top: 150px;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) {
  margin-top: -135px;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) .plg-ds1-innergrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) .plg-ds1-innergrid .plg-ds1-inneritem.text {
  margin-top: auto;
  margin-bottom: 35px;
}
#plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:first-child {
  margin-top: 0;
}
#plg-dienstsection1 .plg-d1-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-dienstsection1 .plg-d1-grid .plg-d1-griditem {
  width: 50%;
}
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.images img {
  margin-bottom: 15px;
}
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text {
  padding-left: 100px;
}
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text h2,
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text h3 {
  text-transform: unset;
  line-height: 1.81;
  letter-spacing: 0;
  margin: 10px 0;
  font-size: 14px;
}
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text p + h2,
#plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text p + h3 {
  margin-top: 20px;
}
#plg-dienstsection1 .plg-d1-grid.onlytext .plg-d1-griditem {
  width: 100%;
}
#plg-dienstsection1 .plg-d1-grid.onlytext .plg-d1-griditem.images {
  display: none;
}
#plg-dienstsection1 .plg-d1-grid.onlytext .plg-d1-griditem.text {
  padding: 0;
}
#plg-topics {
  margin-top: 15px;
  color: #691b33;
  background-color: rgba(105, 27, 51, 0.05);
  padding: 30px 30px 40px 30px;
}
#plg-topics .plg-topic {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#plg-topics .plg-topic:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#plg-topics .plg-topic .button {
  margin-top: 20px;
  color: #691b33;
}
#plg-topics .plg-topic .button::after {
  background-color: #691b33;
}
#plg-topics .plg-topic h3 {
  margin-bottom: 10px;
}
#plg-topics .plg-topic .date {
  margin-bottom: 5px;
}
#plg-topics .plg-morebtn {
  margin: 0 auto 0 auto;
}
#plg-wiesection1 .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-wiesection1 .plg-w1-grid .plg-w1-griditem {
  width: 50%;
}
#plg-wiesection1 .plg-w1-grid .plg-w1-griditem.text {
  padding: 0 100px;
}
#plg-topicssection1 .plg-ts1-grid .plg-ts1-item {
  margin-bottom: 50px;
  padding: 0 30px 0 30px;
}
#plg-topicssection1 .plg-ts1-grid .plg-ts1-item h3 {
  margin: 0 0 10px 0;
}
#plg-topicssection1 .plg-ts1-grid .plg-ts1-item .date {
  margin: 0 0 10px 0;
}
#plg-topicssection1 .plg-ts1-grid .plg-ts1-item .button {
  margin-top: 20px;
}
#plg-topicssection1 .plg-ts1-grid .plg-ts1-item:nth-child(even) {
  padding: 30px 30px 40px 30px;
  background-color: rgba(105, 27, 51, 0.05);
  color: #691b33;
}
#plg-topicsection1 .plg-t1-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-topicsection1 .plg-t1-grid .plg-t1-griditem {
  width: 50%;
}
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.images img {
  margin-bottom: 15px;
}
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text {
  padding-left: 100px;
}
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text h2,
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text h3 {
  text-transform: unset;
  line-height: 1.81;
  letter-spacing: 0;
  margin: 10px 0;
}
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text p + h2,
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text p + h3 {
  margin-top: 20px;
}
#plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text h3 {
  font-weight: 300;
  text-decoration: underline;
}
#plg-topicsection1 .plg-t1-grid.onlytext .plg-t1-griditem {
  width: 100%;
}
#plg-topicsection1 .plg-t1-grid.onlytext .plg-t1-griditem.images {
  display: none;
}
#plg-topicsection1 .plg-t1-grid.onlytext .plg-t1-griditem.text {
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
#plg-topicsection1 .plg-t1-grid.onlytext .plg-t1-griditem.text blockquote {
  max-width: 450px;
}
#plg-defaultsection1 .plg-de1-grid.twocolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-defaultsection1 .plg-de1-grid.twocolumns .plg-de1-griditem {
  width: 50%;
}
#plg-defaultsection1 .plg-de1-grid.twocolumns .plg-de1-griditem.text {
  text-align: left;
  padding-left: 100px;
}
#plg-defaultsection1 .plg-de1-grid .plg-de1-griditem.images img {
  margin-bottom: 15px;
}
#plg-defaultsection1 .plg-de1-grid .plg-de1-griditem.text {
  text-align: center;
}
#plg-defaultsection1 h3 {
  text-transform: unset;
  line-height: 1.81;
  letter-spacing: 0;
  margin: 10px 0;
  font-size: 14px;
}
#plg-defaultsection1 p + h2,
#plg-defaultsection1 p + h3 {
  margin-top: 20px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem {
  width: 50%;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text {
  margin-top: 100px;
  padding: 0 100px;
  z-index: 2;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text a[href^="mailto:"],
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text [href^="tel:"] {
  text-decoration: none;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text a[href^="mailto:"]:hover,
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text [href^="tel:"]:hover {
  text-decoration: underline;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text .button {
  margin-top: 0;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text .txt.extra {
  margin-top: 80px;
  color: #c5c5c5;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text .txt.extra a {
  color: #c5c5c5;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(odd) {
  margin-top: 150px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) {
  margin-top: -135px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) .plg-c1-innergrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) .plg-c1-innergrid .plg-c1-inneritem.text {
  margin-top: auto;
  margin-bottom: 35px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child {
  margin-top: 0;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child .plg-c1-innergrid .plg-c1-inneritem.text {
  margin-top: 100px;
}
footer {
  margin-top: 140px;
  padding-bottom: 60px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #691b33;
}
footer a {
  color: #691b33;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .inline-links a {
  display: inline-block;
}
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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .plg-footergrid .plg-footeritem {
  width: 50%;
}
footer .plg-footergrid .plg-footeritem .plg-footerinnergrid {
  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 .plg-footergrid .plg-footeritem .plg-footerinnergrid .plg-footerinneritem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .plg-footergrid .plg-footeritem .plg-footerinnergrid .plg-footerinneritem:last-child {
  text-align: right;
  color: #c4b7b9;
}
footer .plg-footergrid .plg-footeritem .plg-footerinnergrid .plg-footerinneritem:last-child a {
  color: #c4b7b9;
}
footer .plg-footergrid.nameblock {
  margin-bottom: 20px;
}
footer .plg-footergrid.nameblock .plg-footeritem {
  width: 100%;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 950px) {
  #plg-homesection1 .plg-h1-grid .plg-h1-griditem.text {
    padding: 0 50px;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-griditem.text {
    margin: 0 auto 0 50px;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-griditem.text2 {
    margin: -20px 50px 0 auto;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.text {
    margin-top: 50px;
    padding: 0 50px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(odd) {
    margin-top: 150px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) {
    margin-top: -100px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:first-child {
    margin-top: 0;
  }
  #plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text {
    padding-left: 50px;
  }
  #plg-wiesection1 .plg-w1-grid .plg-w1-griditem.text {
    padding: 0 50px;
  }
  #plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text {
    padding-left: 50px;
  }
  #plg-defaultsection1 .plg-de1-grid.twocolumns .plg-de1-griditem.text {
    padding-left: 50px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text {
    margin-top: 50px;
    padding: 0 50px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(odd) {
    margin-top: 150px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) {
    margin-top: -100px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child {
    margin-top: 0;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child .plg-c1-innergrid .plg-c1-inneritem.text {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .fadeanimation {
    opacity: 0;
  }
  .fadeanimation.fadeIn {
    -webkit-animation: fadeIn 0.5s ease-in-out forwards;
            animation: fadeIn 0.5s ease-in-out forwards;
  }
  .fadeanimation.fadeIn.fadeInUp {
    -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.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.fadeIn.fadeInUp.delay07 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.fadeIn.fadeInUp.delay09 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.fadeIn.fadeInUp.delay11 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.delay03 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.delay05 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.delay07 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.delay09 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeanimation.delay11 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  header .plg-headercontainer {
    padding-top: 25px;
    padding-bottom: 100px;
  }
  header .plg-home {
    margin-bottom: 30px;
  }
  header .plg-home img {
    max-width: 150px;
  }
  #plg-homesection1 .plg-h1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-griditem {
    width: 100%;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-griditem.image {
    margin-top: 100px;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-griditem.text {
    padding: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #plg-homesection1 .plg-h1-grid .plg-h1-griditem.text .quote {
    margin-top: 100px;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-griditem.text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-griditem.image {
    width: 100%;
    margin: 100px 0 0 0;
  }
  #plg-homesection2 .plg-h2-grid .plg-h2-griditem.text2 {
    width: 100%;
    max-width: 500px;
    margin: 100px auto 0 auto;
  }
  #plg-homesection3 {
    margin-top: 100px;
  }
  #plg-homesection3 .plg-h3-grid {
    -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;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-griditem.image {
    width: 100%;
  }
  #plg-homesection3 .plg-h3-grid .plg-h3-griditem.text {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 250px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem {
    width: 100%;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.text {
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    width: 100%;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.image {
    margin-top: 100px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem .plg-ds1-innergrid .plg-ds1-inneritem.image img {
    border: none;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(odd) {
    margin-top: 100px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) {
    margin-top: 100px;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) .plg-ds1-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:nth-child(even) .plg-ds1-innergrid .plg-ds1-inneritem.text {
    margin: 0 auto;
  }
  #plg-dienstensection1 .plg-ds1-grid .plg-ds1-griditem:first-child {
    margin-top: 0;
  }
  #plg-dienstsection1 .plg-d1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-dienstsection1 .plg-d1-grid .plg-d1-griditem {
    width: 100%;
  }
  #plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.images {
    margin-top: 100px;
  }
  #plg-dienstsection1 .plg-d1-grid .plg-d1-griditem.text {
    padding: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #plg-topics {
    width: 100%;
    margin: 15px auto 0;
  }
  #plg-topicsection1 .plg-t1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-topicsection1 .plg-t1-grid .plg-t1-griditem {
    width: 100%;
  }
  #plg-topicsection1 .plg-t1-grid .plg-t1-griditem.images {
    margin-top: 100px;
  }
  #plg-topicsection1 .plg-t1-grid .plg-t1-griditem.text {
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
    width: 100%;
  }
  #plg-wiesection1 .plg-w1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-wiesection1 .plg-w1-grid .plg-w1-griditem {
    width: 100%;
  }
  #plg-wiesection1 .plg-w1-grid .plg-w1-griditem.text {
    padding: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #plg-wiesection1 .plg-w1-grid .plg-w1-griditem.image {
    margin-top: 100px;
  }
  #plg-defaultsection1 .plg-de1-grid.twocolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-defaultsection1 .plg-de1-grid.twocolumns .plg-de1-griditem {
    width: 100%;
  }
  #plg-defaultsection1 .plg-de1-grid.twocolumns .plg-de1-griditem.text {
    text-align: left;
    padding: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #plg-defaultsection1 .plg-de1-grid .plg-de1-griditem.images img {
    margin-bottom: 15px;
  }
  #plg-defaultsection1 .plg-de1-grid .plg-de1-griditem.text {
    text-align: left;
    padding: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #plg-defaultsection1 .plg-container {
    max-width: 500px;
    width: 100%;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem {
    width: 100%;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.text .button {
    margin-top: 0;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem .plg-c1-innergrid .plg-c1-inneritem.image {
    margin-top: 100px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(odd) {
    margin-top: 100px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) {
    margin-top: 100px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) .plg-c1-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:nth-child(even) .plg-c1-innergrid .plg-c1-inneritem.text {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child {
    margin-top: 0;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-griditem:first-child .plg-c1-innergrid .plg-c1-inneritem.text {
    margin-top: 0;
  }
  footer .plg-footergrid .plg-footeritem .plg-footerinnergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .plg-footergrid .plg-footeritem .plg-footerinnergrid .plg-footerinneritem:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  header nav ul {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav ul li {
    margin-right: 0;
  }
  footer .plg-footergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .plg-footergrid .plg-footeritem {
    width: 100%;
    margin-top: 20px;
  }
  footer .plg-footergrid .plg-footeritem:first-child {
    margin-top: 0;
  }
}
