/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  background: #888888;  /* To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */ 
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > figure > a > picture > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
	 display:none;
	 position:absolute;
	 bottom:0;
	 padding:20px;
	 background-color: rgb(4, 62, 71);
	 left:0;
	 right:0;
	 margin:0;
	 font-family:'Yantramanav', sans-serif;
	 font-weight:200;
   font-size:18px;
   text-transform: uppercase;
   line-height:24px;
   letter-spacing:2px;
   color:white;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > a > picture > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{font-family:'Yantramanav', sans-serif;font-weight:200;font-size:18px;text-transform:uppercase;line-height:24px;letter-spacing:2px;color:#fff;}.pswp__button{width:44px;height:44px;position:relative;background:0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../../files/scripts/photoswipe/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media(-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../../files/scripts/photoswipe/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#ce272d}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:1;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../../files/scripts/photoswipe/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.0)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:0}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb( 10, 42, 55 );
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__caption__center {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
  color: #fff; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*  EMBEDDED FONTS  */
@font-face {
  font-family: 'salomeregular';
  src: url('../../files/fonts/Salome-Regular/salome-webfont.eot');
  src: url('../../files/fonts/Salome-Regular/salome-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../../files/fonts/Salome-Regular/salome-webfont.woff2') format('woff2'),
    url('../../files/fonts/Salome-Regular/salome-webfont.woff') format('woff'),
    url('../../files/fonts/Salome-Regular/salome-webfont.ttf') format('truetype'),
    url('../../files/fonts/Salome-Regular/salome-webfont.svg#salomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

/** ELEMENT SETTINGS **/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  margin: 0;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wrapper {
  max-width: 100%;
  min-height: calc(100vh - 40px);
  margin: 0 auto;
}
header {
  background-color: white; /*rgb(35, 110, 110);*/
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}
#logo {
  height: 70px;
  text-align: center;
  margin: 0;
  padding: 10px 0 10px 0;
}
#logo h1 {
  font-family: 'salomeregular', serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-transform: lowercase;
  color: rgb(123, 158, 158);
  text-align: center;
}
#logo h1 a {
  text-decoration: none;
  color: rgb(123, 158, 158);
}
#logo p {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
#logo p a {
  text-decoration: none;
  font-weight: 300;
  color: black;
}

/* .rslides{
  grid-column: 1 / 13;
} */
#article-40 {
  /* slider article */
  grid-column: 1 / 13;
  margin: 0;
  text-align: center;
}
.grid-bigtitle {
  grid-column: 2 / 5;
  margin: 50px 0;
  text-align: right;
  color: rgb(123, 158, 158);
}
.grid-bigtitle h1,
.grid-bigtitle-ds h1 {
  position: fixed;
  width: min-content;
}
.grid-bigtitle-ds {
  grid-column: 3 / 6;
  margin: 50px 0;
  text-align: right;
  color: rgb(123, 158, 158);
}
.portrait {
  grid-column: 1 / 13;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 200;
}
.portrait .image_container {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.portrait .image_container img {
  width: 100%;
  height: auto;
  transform: translateY(-40%);
}
.grid-bigtitle-portrait {
  grid-column: 2 / 5;
  padding: 15vh 0 0 8%;
  position: fixed;
  z-index: 200;
}
.grid-bigtitle-portrait h1 {
  text-align: left;
  color: white;
}
.grid-bigtitle-portrait h3 {
  text-align: left;
  font-weight: 200;
  font-size: 25px;
  letter-spacing: 12px;
  margin: 2% 0 0 3%;
  color: white;
}
.content-portrait {
  grid-column: 5 / 11;
  z-index: 300;
  margin: 60px 0 30px 0;
}
.quote {
  grid-column: 3 / 11;
  margin: 50px 0;
  text-align: center;
}
.content-norm {
  grid-column: 6 / 11;
  margin: 70px 0 30px 0;
}
.content-ds {
  grid-column: 7 / 12;
  margin: 0;
  padding: 70px 0 30px 0;
}
.contact {
  grid-column: 6 / 11;
  margin: 0;
  padding: 70px 0 30px 0;
}
.product-gallery,
.product-text {
  margin: 50px 0 30px 0;
}
.product-gallery {
  grid-column: 6 / 12;
}
.product-text {
  grid-column: 2 / 5;
  text-align: right;
}
.product-text h1 {
  font-size: 500%;
  line-height: 80%;
  margin: 0 0 30px 0;
}
.product-text h2 {
  font-size: 200%;
  line-height: 105%;
  margin: 0 0 80px 0;
  /* color: rgb(123, 158, 158); */
  color: rgb(170 200 200);
}
.product-text h3, .product-text p {
  display: inline;
}
.product-text p {
  margin: 0 0 15px 0;
}
.footnote h6 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin: 60px 0 0 0;
}
footer {
  width: 100%;
  height: 40px;
  background-color: rgb(35, 110, 110);
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  float: right;
  font-family: 'Yantramanav', serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
}
footer ul li a {
  text-decoration: none;
  color: white;
  display: inline;
  margin: 20px;
}
footer p {
  margin: 0;
  padding: 0;
}

/** TEXT SETTINGS **/
h1 {
  font-family: 'salomeregular', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 700%;
  line-height: 80%;
  text-align: right;
  color: rgb(123, 158, 158);
  margin: 0;
  padding: 0;
}
h2 {
  font-family: 'salomeregular', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 200%;
  line-height: 105%;
  margin: 0 0 10px 0;
  padding-top: 0;
  color: rgb(35, 110, 110);
}
h3 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: rgb(35, 110, 110);
}
p {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 30px 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p a {
  text-decoration: none;
  font-weight: 700;
  color: rgb(123, 158, 158);
}
.quote h1 {
  font-size: 550%;
  text-align: center;
}
strong {
  font-weight: lighter;
}

/* NAVIGATION (responsiv) */
/* Add a background color to the mod_navigation */
.topnav {
  height: 38px;
  background-color: white;
  /* set navigation horizontal center */
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 650px;
}

/* Remove the points from the mod_navigation list */
.topnav ul li {
  list-style-type: none;
}
/* Style the links inside the navigation bar */
.topnav ul.level_1 li {
  float: left;
  display: block;
  text-align: center;
  padding: 10px;
  margin: auto;
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  color: grey;
  text-transform: uppercase;
}
.topnav a {
  color: inherit;
}
/* Add an active class to highlight the current page */
.topnav ul.level_1 li.active {
  background-color: rgb(35, 110, 110); /* rgb(123, 158, 158); #d8991b;*/
  color: white;
}
/* Hide the link that should open and close the mod_navigation on small screens */
.topnav .icon {
  display: none;
  font-size: 20px;
  vertical-align: middle;
  background: none;
  color: rgb(123, 158, 158); /* #d8991b;*/
  margin: 5px 15px 0 0;
  padding: 0;
}
*/
  /* Dropdown container - needed to position the dropdown content */
 .dropdown {
  float: left;
  overflow: hidden;
}
/* Style the dropdown button to fit inside the mod_navigation */
.dropdown .dropbtn {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  color: grey;
  border: none;
  outline: none;
  padding: 10px;
  margin: 0;
}
/* Style the dropdown content (hidden by default) */
.topnav .level_2 {
  display: none;
  position: absolute;
  margin-left: -10px;
  margin-top: 10px;
  min-width: 127px;
  z-index: 600;
}
/* Style the links inside the dropdown */
.topnav ul.level_1 li ul.level_2 li {
  float: none;
  background-color: rgb(255, 255, 255);
  color: grey;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav ul.level_1 li:hover,
.topnav ul.level_1 ul.level_2 li:hover {
  background-color: rgb(230, 228, 228);
  color: rgb(123, 158, 158);
}
/* Add a background on mod_navigation links and the dropdown button on hover */
.topnav ul.level_1 ul.level_2 li.active,
.topnav ul.level_1 li.active:hover,
.topnav ul.level_1 li ul.level_2 li.active:hover {
  background-color: rgb(35, 110, 110);
  color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
li.submenu:hover .level_2 {
  display: block;
}

/*  SLIDER IMAGES */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 500;
}
/* .rslides li */
.rslides div {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
/* .rslides li:first-child */
.rslides div:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  width: 100%;
  float: left;
  border: 0;
}

/** CONTACT FORMULAR SETTINGS  **/
/* Style inputs with type="text", select elements and textares */
label {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
select {
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding: 5px;
  border: 1px solid rgb(35, 110, 110);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px 0 10px 0;
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
button.submit {
  background-color: rgb(123, 158, 158);
  color: white;
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* Hover over Abschicken button */
button.submit:hover {
  background-color: rgb(35, 110, 110);
}




/** RESPONSIVE SETTINGS  **/

@media (max-width: 950px) {
  .grid-bigtitle {
    grid-column: 2 / 5;
    margin: 0;
    padding: 40px 0;
    text-align: right;
  }
  .grid-bigtitle-ds {
    grid-column: 2 / 6;
    margin: 0;
    padding: 40px 0;
    text-align: right;
  }
  .grid-bigtitle-portrait {
    padding: 150px 0 0 8%;
  }
  .grid-bigtitle-portrait h3 {
    letter-spacing: 3.7px;
    margin: 2% 0 0 3%;
  }
  .content-portrait {
    grid-column: 5 / 12;
  }
  .quote {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }
  .content-norm {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .content-ds {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .contact {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .product-gallery,
  .product-text {
    margin: 40px 0;
  }
  .product-gallery {
    grid-column: 6 / 13;
  }
  .product-text {
    grid-column: 1 / 5;
    text-align: right;
    margin-left: 10px;
  }
  .product-text h1 {
    font-size: 350%;
    line-height: 80%;
    margin: 0 0 30px 0;
  }
  .product-text h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 80px 0;
  }
  .product-text h3, .product-text p {
    display: inline;
  }
  .product-text p {
    margin: 0 0 15px 0;
  }
  .footnote h6 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 10px;
  }



  h1 {
    font-size: 500%;
    line-height: 80%;
    text-align: right;
  }
  .quote h1 {
    font-size: 400%;
  }
  h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 10px 0;
    padding-top: 0;
  }
  h3 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: rgb(35, 110, 110);
  }
  p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px 0;
    padding: 0;
  }
}

@media (max-width: 650px) {
  .grid-bigtitle {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
  .grid-bigtitle h1,
  .grid-bigtitle-ds h1 {
    position: unset;
    width: unset;
  }
  .grid-bigtitle-ds {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
  
  .portrait {
    grid-column: 1 / 13;
    width: 100%;
    /* new
    height: 470px;
    end new */
    /* new */
    margin-bottom:30px;
    /* end new */
    /* background-image: url(../../files/scripts/images/gina_DSC4006.jpg);
    background-position: center;
    background-size: cover; */
  }
 
  .portrait .image_container {
    /* new 
    height: 470px;
    end new */
    position: relative;
    overflow: hidden;
  }
  .portrait .image_container img {
    width: 100%;
    height: auto;
    /* new */
    transform: none;
    /* end new */
    /* new 
    transform: translateY(-40%);
    end new */
  }
  .grid-bigtitle-portrait {
  	/* new */
  	position: relative;
  	padding: 0;
  	/* end new */
    grid-column: 2 / 12;
    /* new
    padding: 150px 0 0 8%;
    end new */
  }
  /* new */
  .grid-bigtitle-portrait h1 {
  	color: rgb(123, 158, 158)
  }
  /* end new */
  .grid-bigtitle-portrait h3 {
    letter-spacing: 3.2px;
    /* new */
    color: rgb(123, 158, 158)
    /* end new */
  }
  .content-portrait {
    grid-column: 2 / 12;
    /* new */
    margin-top:30px;
    /* end new */
  }
  .quote {
    grid-column: 2 / 12;
    margin: 0;
    padding: 50px 0;
    text-align: center;
  }
  .content-norm {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
  }
  .content-ds {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
  }
  .contact {
    grid-column: 2 / 12;
    margin: 0;
    padding: 25px 0;
  }
  .product-gallery,
  .product-text {
    margin: 15px 0;
  }
  .product-gallery {
    grid-column: 2 / 12;
  }
  .product-text {
    grid-column: 2 / 12;
    text-align: left;
  }
  .product-text h1 {
    font-size: 350%;
    line-height: 80%;
    margin: 0 0 30px 0;
  }
  .product-text h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 20px 0;
  }
  .product-text h3, .product-text p {
    display: inline;
  }
  .product-text p {
    margin: 0 0 15px 0;
  }
  .footnote h6 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 0;
  }

  #logo {
    height: 60px;
    text-align: left;
    padding: 10px 0 0 20px;
  }
  #logo h1 {
    text-align: left;
  }
  #logo p {
    font-weight: 300;
  }
  h1 {
    font-size: 450%;
    line-height: 80%;
    text-align: left;
  }
  .quote h1 {
    font-size: 350%;
  }
  /* .grid-bigtitle-ds h1 {
    text-align: left;
    font-size: 450%;
  } */
  h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 10px 0;
    padding-top: 0;
  }
  h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: rgb(35, 110, 110);
  }
  p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .topnav {
    width: 100%;
    height: 40px;
    z-index: 600;
    background-color: white;
  }
  /* .topnav a:not(.activ),
  .dropdown .dropbtn {
    display: none;
  } */
  .topnav a.icon {
    float: right;
    display: block;
    height: 35px;
  }
}

@media (max-width: 400px) {
  #article-40 {
    /* slider article */
    grid-column: 1 / 13;
    margin: 0;
  }
  .grid-bigtitle-portrait {
    padding: 317px 0 0 8%;
  }
  .grid-bigtitle-portrait h1 {
    font-size: 350%;
  }
  .grid-bigtitle-portrait h3 {
    font-size: 22px;
    letter-spacing: 1.2px;
  }
}

/* The "responsive" class is added to the mod_navigation with JavaScript when the user hover on the icon. This class makes the mod_navigation look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 650px) {
  .topnav {
    margin: 0;
    transform: unset;
    min-width: unset;
    margin-top: 10px;
  }
  .topnav .level_1 {
    display: none;
  }

  .topnav.responsive {
    position: relative;
    display: block;
  }
  .topnav.responsive .level_1 {
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive .level_1 li {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .level_1 li.submenu {
    padding: 10px 0 0 10px;
  }
  .topnav .level_2 {
    display: block;
    position: relative;
  }
  .topnav ul.level_1 li ul.level_2 li {
    padding-left: 20px;
  }
  /* .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  } */
}

@media screen and (max-width: 900px) {
  .rslides li {
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 125%;
    left: -15%;
    top: -0%;
  }
}

@media screen and (max-width: 600px) {
  .rslides li {
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 150%;
    left: -30%;
    top: -0%;
  }
}

