@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #4f4f4f;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  border-radius: 50%;
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  margin: 0 auto;
  background: #fff9;
  margin-top: 5rem;
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--green));
  transform-origin: 0 0;
  mix-blend-mode: multiply;
  border-radius: 50vw;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  border-radius: 50vw;
  width: calc(100vw - 20rem);
  height: 2px;
  overflow: hidden;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  border-radius: 50vw;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #d0d0d01a;
  border-radius: 10px;
  position: relative;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.masonry-layout {
  column-count: 5;
  column-gap: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-size-adjust: 100%;
}

@font-face {
  font-family: GeneralSans-Variable;
  src: url("Satoshi-Variable.da088e61.woff2") format("woff2"), url("Satoshi-Variable.0c657ebb.woff") format("woff"), url("Satoshi-Variable.b8de2ebe.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body, html {
  overscroll-behavior-y: none;
}

.masonry-layout__panel {
  break-inside: avoid;
  padding: 5px;
}

.masonry-layout__panel-content {
  padding: 5px;
}

.videowrapp {
  border: 2px solid #cdc9c6;
  flex-direction: column;
  justify-content: center;
  padding-top: 10vw;
  display: flex;
}

.video h2 {
  padding: 15px;
  font-family: GeneralSans-Variable;
}

.video {
  aspect-ratio: 16 / 8;
  width: 1600px;
  max-width: 70vw;
  max-height: 80vh;
  margin: 0 auto;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.h1wrap {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-wrapper {
  columns: 30rem;
  counter-reset: grid;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-wrapper div {
  padding: 10px;
}

.grid-wrapper div:hover p {
  color: #000;
  background-color: #fff;
  transition: all .5s cubic-bezier(.7, 0, .3, 1) !important;
}

.grid-wrapper div p {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50vw;
  width: max-content;
  padding: 5px 15px;
  font-family: GeneralSans-Variable;
  font-size: 15px;
  position: absolute;
  transform: translateY(calc(-100% - 10px))translateX(10px);
  transition: all .5s cubic-bezier(.7, 0, .3, 1) !important;
}

.masonry-layout__panel-content img {
  width: 100%;
}

body.loaded:before {
  transform: translateY(100%);
  transition: all .8s cubic-bezier(.7, 0, .3, 1) !important;
}

body.loaded:after {
  transform: translateY(100%);
  transition: all .9s cubic-bezier(.7, 0, .3, 1) !important;
}

.smallerIMG .contentImg.zoomImg {
  scale: .6;
}

.smallerIMG .contentItem {
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: stretch;
  margin-top: 15px;
  display: flex;
}

.smallerIMG .row .contentItem:nth-of-type(odd) {
  padding-top: 2px;
}

body:before, body:after {
  content: "";
  background: #e7e7e7;
  width: 100vw;
  height: 100vh;
  transition: all .8s cubic-bezier(.7, 0, .3, 1);
  display: block;
  position: fixed;
  top: 0;
  transform: translateY(0%);
  z-index: 999999 !important;
}

body:after {
  background-color: #6f43184a;
  z-index: 999998 !important;
  transition: all .7s cubic-bezier(.7, 0, .3, 1) !important;
}

a.submenu {
  font-style: 16px;
  color: #000;
  -o-transition: all .3s ease;
  padding-right: 30px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

a.submenu:hover {
  color: #909090;
  -o-transition: all .3s ease;
  transition: all .3s;
}

a.submenu.active {
  font-weight: 600;
}

*, :after, :before {
  box-sizing: border-box;
}

.gallery-holder {
  border: 1px solid red;
}

.linkEmail {
  color: #000;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: GeneralSans-Variable;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.telefon {
  padding-bottom: 40px;
  font-family: GeneralSans-Variable;
  font-weight: 200;
  font-size: 24px !important;
}

body {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.homepageSlider.textPage {
  height: auto;
  min-height: 100svh;
}

.homepageSlider.realizace {
  min-height: 150px;
}

.downloadHolder {
  padding-top: 40px;
}

.pageTextHolder.katalogy {
  width: 1200px;
}

.pageTextHolder.galerie.katalogy {
  width: 100%;
}

.pageTextHolder.katalogy.galerie {
  position: relative !important;
}

.pageTextHolder.katalogy .inner {
  position: relative;
  top: 50px;
  transform: translateY(0%);
}

* {
  background-repeat: no-repeat !important;
}

.contentItem.halfWidth.noBg {
  background-color: #fff0;
}

.ImgPadTop {
  margin-top: 25px;
}

.opening.hot {
  margin-top: -85px;
  margin-left: 505px;
  font-family: GeneralSans-Variable;
  font-weight: 200;
  line-height: 35px;
  position: absolute;
  font-size: 28px !important;
}

.opening.hot a {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  display: inline-block;
}

.opening.hot a:hover {
  color: #454545;
}

#map {
  width: 100vw;
  height: 65vh;
}

.innerShowroom1 {
  width: 50vw;
  height: 100%;
  padding-left: 320px;
  position: relative;
}

.innerShowroom2 {
  z-index: 9999;
  color: #fff;
  padding-right: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.innerShowroom2 > * {
  color: #fff !important;
}

.opening {
  padding-top: 10px;
  font-family: GeneralSans-Variable;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.container {
  position: relative;
}

.cleared {
  clear: both;
}

.col33 {
  float: left;
  width: 33%;
}

.row {
  padding-top: 50px;
}

.pageTextHolder {
  width: 50vw;
  height: 100%;
  padding-left: 320px;
  padding-right: 30px;
  position: relative;
}

.pageTextHolder .inner {
  padding-top: 170px;
  padding-bottom: 80px;
}

@media (height >= 900px) and (height <= 5000px) {
  .pageTextHolder .inner {
    z-index: 9999;
    padding-right: 60px;
    position: absolute;
  }

  .pageTextHolder.galerie .inner {
    position: relative;
  }

  .pageTextHolder {
    position: absolute;
  }

  .showroom {
    height: 60vh;
  }

  .imgShowroom {
    height: 119vh;
    margin-top: -119vh;
  }
}

.imgShowroom {
  float: right;
  background-image: url("kontakt.a9bd2289.jpg");
  background-size: cover;
  width: 50vw;
  right: 0;
}

@media (height >= 1px) and (height <= 899px) {
  .showroom {
    height: 700px;
  }

  .imgShowroom {
    height: 1200px;
    margin-top: -1200px;
  }

  #map {
    height: 100vh;
  }
}

.showroom {
  background-color: #000;
  width: 100vw;
  display: block;
}

.zoomImg {
  overflow: hidden;
}

.contentImg.zoomImg:before {
  color: #fff;
  content: "";
  opacity: .2;
  -o-transition: all .3s ease;
  margin-top: 40px;
  margin-left: 10px;
  padding-left: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  transition: all .3s;
  display: block;
  position: absolute;
}

.docsLink {
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: GeneralSans-Variable;
  font-size: 17px;
  font-weight: 350;
  text-decoration: none;
  display: flex;
}

.docsLink span {
  margin-left: auto;
  display: block;
}

.docsLink:hover {
  text-decoration: underline;
}

.docsLink:before {
  content: "";
  margin-left: 10px;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

.docsLink span {
  padding-left: 30px;
  font-size: 14px;
}

.contentImg.zoomImg:hover img {
  -o-transition: all .3s ease;
  transition: all .3s;
  box-shadow: 0 0 41px -10px #000000bf;
}

.contentImg.zoomImg img {
  -o-transition: all .3s ease;
  transition: all .3s;
  box-shadow: 0 0 #000000bf;
}

.contentImg.zoomImg:hover:before {
  opacity: 1;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.contentItem.fullWidth {
  padding-bottom: 40px;
}

.contentItem.oneRow {
  background-color: #000;
  flex-direction: column;
  width: calc(100% - 15px);
  display: flex;
}

.contentItem.oneRow .innerC {
  background-color: #000;
  width: 100%;
}

.contentItem.oneRow .innerC > * {
  color: #fff !important;
}

.contentItem.oneRow .contentImg img {
  width: 105%;
}

.contentItem .innerC {
  padding: 40px;
}

.bgWhite {
  background-color: #fff !important;
}

.contentItem.halfWidth {
  float: left;
  background-color: #eee;
  width: calc(50% - 15px);
  margin-right: 15px;
}

.section {
  text-transform: uppercase;
  color: #000;
  padding-bottom: 30px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  position: relative;
}

.subheadline {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: GeneralSans-Variable;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

span.city {
  padding-top: 5px;
  font-size: 25px;
  font-weight: 100;
  line-height: 26px;
  display: block;
}

.contentImg img {
  width: 100%;
}

.columns {
  column-count: 3;
  padding-top: 20px;
}

.columns.one {
  column-count: 1;
}

.linkContent {
  text-transform: uppercase;
  color: #000;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.linkContent:after {
  content: "";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}

p.perexHome {
  padding-bottom: 14px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.downloadBox {
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2rem 2rem 0;
  display: flex;
}

.downloadBox a {
  flex: 1;
  margin-top: 1rem;
}

p.perexHome strong {
  font-size: 14px;
  font-weight: 600;
}

p.perexHome.small {
  color: #d0d0d0;
  width: 80%;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p.perexHome.small.black, p.perexHome.small.black strong {
  color: #000;
}

p.perexHome.small strong {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
  display: inline-block;
}

p.perexHome.padded {
  padding-top: 15px;
  padding-bottom: 15px;
}

p.perexHome.padded.width80 {
  width: 80%;
}

h1 {
  margin: 0;
  font-family: GeneralSans-Variable;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

h2 {
  font-family: GeneralSans-Variable;
  font-size: 40px;
  font-weight: 900;
}

* {
  font-family: GeneralSans-Variable;
}

::-webkit-scrollbar {
  display: none;
}

main {
  max-width: 100vw;
  overflow-x: hidden !important;
}

body {
  background: radial-gradient(60.21% 60.21% at 53.13% 49.13%, #6f43184a 0%, #0000 100%), #d7d7d7;
  max-width: 100vw;
  overflow-x: hidden;
}

.header {
  -o-transition: all .3s ease;
  width: 100vw;
  height: 180px;
  transition: all .3s;
  position: fixed;
  z-index: 99999 !important;
}

.header.scroll {
  -o-transition: all .3s ease;
  background-color: #fff;
  height: 80px;
  transition: all .3s;
  position: fixed;
}

.header.scroll .logoPorte {
  -o-transition: all .3s ease;
  width: 80px;
  transition: all .3s;
  top: 20px;
}

.header.scroll div.menu {
  -o-transition: all .3s ease;
  transition: all .3s;
  top: 20px;
}

.logoPorte {
  -o-transition: all .3s ease;
  width: 150px;
  transition: all .3s;
  position: absolute;
  top: 50px;
  left: 50px;
}

div.menu {
  -o-transition: all .3s ease;
  width: auto;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 80px;
  left: 320px;
}

div.menu > div {
  float: left;
  padding-right: 50px;
  display: inline-block;
}

div.menu > div a {
  color: #000;
  text-transform: uppercase;
  -o-transition: all .3s ease;
  font-family: GeneralSans-Variable;
  font-size: 15px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
  transition: all .3s;
}

div.menu > div a:hover {
  color: #767676;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.homepageSlider {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  z-index: 100 !important;
}

.homepageSlider .imgHolder {
  width: calc(100vw - 650px);
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.homepageSlider .imgHolder img, .homepageSlider .imgHolder.page img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 120vh;
}

.homepageSlider .imgHolder.page {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  right: 0;
  overflow: hidden;
}

.sliderMenu {
  z-index: 9999;
  width: calc(100vw - 320px);
  min-width: auto;
  position: absolute;
  top: 50%;
  left: 320px;
  transform: translateY(-50%);
}

.sliderMenu .slideItem {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.sliderMenu .slideItem:hover .slideText {
  margin-left: -50px;
  transition: all .3s;
}

.sliderMenu .slideItem:hover .slideSubmenu {
  display: block;
}

.singleSwipe:before {
  content: "";
  z-index: 100;
  background: linear-gradient(90deg, #cdc9c6 0%, #d9d9d900 23.49%);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.sliderMenu .slideText {
  z-index: 999;
  cursor: pointer;
  height: 100px;
  font-family: GeneralSans-Variable;
  font-size: 38px;
  font-weight: 950;
  line-height: 100px;
  transition: all .5s cubic-bezier(.7, 0, .3, 1);
  position: absolute;
}

.sliderMenu .slideSubmenu {
  z-index: 998;
  background-color: #fff;
  height: 100px;
  padding-right: 50px;
  line-height: 100px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 30px -2px #00000063;
}

.sliderMenu .slideSubmenu .line {
  border-bottom: 1px solid #000;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.sliderMenu .slideSubmenu.sub01 {
  padding-left: 340px;
}

.sliderMenu .slideSubmenu.sub02 {
  padding-left: 400px;
}

.sliderMenu .slideSubmenu.sub03 {
  padding-left: 250px;
}

.sliderMenu .slideSubmenu.sub04 {
  padding-left: 300px;
}

.sliderMenu .slideSubmenu.sub05 {
  padding-left: 360px;
}

.sliderMenu .slideSubmenu a {
  text-transform: uppercase;
  color: #000;
  padding-left: 50px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sliderMenu .slideSubmenu a:hover {
  color: #767676;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.homepageSlider .imgHolder.slider {
  background-position: center;
  background-size: cover;
}

.homepageSlider .imgHolder.page {
  background-size: cover;
}

.homepageSlider .imgHolder.slider.default {
  background-image: url("slideDef.600f68fc.jpg");
}

.homepageSlider .imgHolder.slider.default.slide01 {
  background-image: url("slide02.952c4cbb.jpg");
}

.homepageSlider .imgHolder.slider.default.slide02 {
  background-image: url("slide04.309be4f3.jpg");
}

.homepageSlider .imgHolder.slider.default.slide03 {
  background-image: url("slide03.22e9092c.jpg");
}

.homepageSlider .imgHolder.slider.default.slide04 {
  background-image: url("slide01.7b7475ab.jpg");
}

.homepageSlider .imgHolder.slider.default.slide05 {
  background-image: url("slide05.77bb3246.jpg");
}

.preload01, .preload02, .preload03, .preload04 {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  overflow: hidden;
}

.preload01 {
  background-image: url("slide02.952c4cbb.jpg");
}

.preload02 {
  background-image: url("slide04.309be4f3.jpg");
}

.preload03 {
  background-image: url("slide03.22e9092c.jpg");
}

.preload04 {
  background-image: url("slide01.7b7475ab.jpg");
}

.about {
  width: 100vw;
  height: 80vh;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.contentFullWidth {
  width: 100vw;
  height: 85vh;
  position: relative;
}

.contentFullWidth.biossun {
  height: 80vh;
}

.contentFullWidth.biossunFH {
  height: 100vh;
}

.contentFullWidth.biossun .right {
  width: 450px;
  height: 50%;
  margin-left: -400px;
  position: absolute;
  bottom: -50px;
  left: 80%;
}

.contentFullWidth.biossun.biossunFH .right {
  width: 290px;
  height: 55%;
  position: absolute;
  bottom: 20%;
  right: 50px;
}

.contentFullWidth.biossun.biossunR .right {
  width: 450px;
  height: 55%;
  margin-left: -50px;
  position: absolute;
  bottom: -50px;
  left: 20%;
}

.contentFullWidth.biossun.biossunFH .text {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.contentFullWidth.biossun .right.black > *, .contentFullWidth.biossun .right.black a {
  color: #fff !important;
}

.contentFullWidth.biossun .right.white .text {
  background-color: #fff;
}

.contentFullWidth.biossun .right.white .text > * {
  color: #000;
}

.contentFullWidth.biossun .text {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.contentFullWidth.biossun .left {
  float: left;
  width: 80%;
  height: 100%;
}

.biossun img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.contentFullWidth .left.biossun01 {
  background-position: 0;
  background-size: cover;
  background-repeat: none;
  background-image: url("biossun01.4eb97368.jpg");
}

.contentFullWidth .left.biossun02 {
  background-size: cover;
  background-repeat: none;
  background-image: url("biossun02.864a3525.jpg");
  background-position: bottom;
  width: 50%;
  height: 100vh;
  margin-left: 150px;
}

.contentFullWidth .left.biossun03 {
  background-position: 0;
  background-size: cover;
  background-repeat: none;
  float: right;
  background-image: url("biossun03.dec4885b.jpg");
}

.contentHolder {
  flex-direction: column;
  width: 100vw;
  margin: 150px auto 0;
  display: flex;
  position: relative;
}

.contentHolder.nopad {
  margin-top: 0;
}

.contentHolder .inner {
  width: calc(100vw - 530px);
  margin: 0 auto;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.about .left, .about .right {
  float: left;
  width: 50%;
  height: 100%;
}

.contentFullWidth .left {
  float: left;
  width: 60%;
  height: 100%;
}

.contentFullWidth .right {
  float: left;
  width: 40%;
  height: 100%;
}

.about .title {
  padding-bottom: 30px;
  font-family: GeneralSans-Variable;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.about .text {
  background-color: #fff;
  width: calc(50vw - 200px);
  min-width: 50vw;
  height: calc(100% - 180px);
  margin-top: 180px;
}

.about .text .inner {
  height: 100%;
  position: relative;
}

.contentFullWidth .text {
  color: #fff;
  background-color: #000;
  width: calc(50vw - 350px);
  height: 100%;
  margin-top: 0;
}

.contentFullWidth .text .section {
  color: #fff;
}

.contentFullWidth .text .inner {
  height: 100%;
  position: relative;
}

.contentFullWidth .text .inner .inner2 {
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about .text .inner .inner2 {
  height: auto;
  padding-left: 70px;
  padding-right: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about .text p {
  font-family: GeneralSans-Variable;
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
}

.rene {
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
  padding-left: 40px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.rene:before {
  content: "";
  background-color: #000;
  width: 28px;
  height: 1px;
  margin-top: 6px;
  margin-left: -40px;
  display: block;
  position: absolute;
}

.contentFullWidth .left.dinamica {
  background-image: url("Dinamica.4aa9522f.jpg");
  background-position: 0;
  background-size: cover;
}

.moreAbout {
  text-transform: uppercase;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: GeneralSans-Variable;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.about .left {
  background-image: url("karpisek.a376f6dc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  text-transform: uppercase;
  color: #000;
  align-items: center;
  width: 1050px;
  max-width: 90vw;
  margin: 0 auto;
  padding-bottom: 30px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  display: flex;
  position: relative;
}

.footer.bottom {
  width: 1050px;
  max-width: 90vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer .left, .footer .center, .footer .right {
  float: left;
  width: 33%;
}

.footer .right {
  text-align: right;
}

.footer .center {
  text-align: center;
}

.footer .center .logo {
  width: 100px;
  margin-left: 130px;
}

.download {
  background-color: #fff;
  width: 1050px;
  height: 120px;
  margin: 270px auto;
  position: relative;
}

.downloadText {
  float: left;
  width: 50%;
  margin-left: -50px;
  font-family: GeneralSans-Variable;
  font-size: 35px;
  font-weight: 700;
  line-height: 120px;
}

.downloadImage {
  background-image: url("katalog.93918970.png");
  width: 405px;
  height: 401px;
  margin-top: -120px;
  margin-left: -202px;
  position: absolute;
  left: 50%;
}

.downloadLink {
  text-align: right;
  float: right;
  text-transform: uppercase;
  color: #fff;
  -o-transition: all .3s ease;
  background-color: #000;
  width: 50%;
  height: 120px;
  padding-right: 50px;
  font-family: GeneralSans-Variable;
  font-size: 14px;
  line-height: 120px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.downloadLink:hover {
  -o-transition: all .3s ease;
  background-color: #767676;
  transition: all .3s;
}

.animTo.animUp.hidden {
  transform: translateY(75%);
}

.animTo.animUp150.hidden {
  transform: translateY(75px);
}

.animTo.animRight.hidden {
  transform: translateX(50%);
}

.animTo.hidden {
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  transition-delay: initial;
  opacity: 0;
}

.animTo.hidden.animNow {
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  transition-delay: initial;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.contentFullWidth.biossun.biossunFH .right {
  width: 400px;
}

@media (width >= 320px) and (width <= 1500px) {
  .header {
    height: 90px;
  }

  .logoPorte {
    width: 120px;
    top: 40px;
  }

  .pageTextHolder.katalogy {
    width: 100vw;
  }

  div.menu {
    top: 60px;
    left: 230px;
  }

  .sliderMenu .slideItem {
    height: 80px;
  }

  .sliderMenu {
    left: 230px;
  }

  .pageTextHolder {
    padding-left: 230px;
  }

  .contentHolder .inner {
    width: calc(100vw - 360px);
  }
}

@media (width >= 1024px) and (height <= 700px) {
  .about {
    height: 110vh;
  }

  .contentFullWidth {
    height: 150vh;
  }

  .contentFullWidth.biossun {
    height: 100vh;
  }

  .contentFullWidth.biossun .right {
    width: 610px;
  }

  .homepageSlider {
    height: 110vh;
  }

  .sliderMenu .slideItem {
    height: 70px;
  }
}

@media (width >= 320px) and (width <= 900px) {
  div.menu {
    width: 65vw;
    top: 0;
    right: 0;
    left: unset;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    padding-top: 10px;
    padding-right: 20px;
    display: grid;
    position: fixed;
  }

  .header.scroll div.menu {
    top: 0;
  }

  .menuTop {
    height: 80px;
  }

  div.menu div {
    flex-flow: column;
    justify-content: center;
    width: 28%;
    height: 30px;
    padding-right: 0%;
    display: flex;
  }

  div.menu div a {
    width: max-content;
    font-size: 11px;
  }

  .submenu {
    display: block;
  }

  .masonry-layout {
    column-count: 3;
    column-gap: 0;
  }

  .sliderMenu .slideItem {
    height: auto;
    margin-bottom: 20px;
  }

  .opening.hot {
    margin-top: auto;
    margin-left: auto;
    position: relative;
  }

  #map {
    height: 70vh;
  }

  .showroom {
    height: 350px;
  }

  .imgShowroom {
    float: none;
    width: 100%;
    height: 50vh;
    margin-top: auto;
    display: none;
  }

  .innerShowroom1 {
    width: 100%;
    height: 350px;
    padding-left: 25px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .download {
    width: 100vw;
  }

  .downloadImage {
    background-image: url("katalog.93918970.png");
    background-size: cover;
    width: 200px;
    height: 250px;
    margin-top: -120px;
    margin-left: auto;
    position: absolute;
    right: 0;
  }

  .about .title {
    width: 100vw;
    padding-bottom: 35px;
    font-family: GeneralSans-Variable;
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
    position: relative;
  }

  .about .left {
    width: 100vw;
    height: 50vh;
  }

  .about .text {
    background-color: #fff;
    width: 100vw;
    height: auto;
    margin-top: 180px;
  }

  .footer {
    width: 100vw;
    height: 40px;
  }

  .about .text .inner .inner2 {
    width: 100%;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer .left, .footer .center, .footer .right {
    float: left;
    width: 45%;
    height: 30px;
  }

  .footer .center {
    display: none;
  }

  .footer .right {
    float: right;
    width: 45%;
    height: 30px;
  }

  .footer .center .logo {
    text-align: center;
    width: 60px;
    height: 40px;
    margin-left: 0;
    display: none;
  }

  .about .title {
    position: relative;
  }

  .about .left, .about .right {
    float: none;
    width: 100%;
    height: auto !important;
  }

  .about .left {
    height: 50vh !important;
  }

  .about .text {
    margin-top: auto;
  }

  .about .text .inner .inner2 {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    transform: translateY(0%);
  }

  p.perexHome.small {
    width: 100%;
    padding-right: 0;
  }

  .download {
    background-color: #fff;
    height: 180px;
    margin: 50px auto 80px;
    position: relative;
  }

  .downloadText {
    float: none;
    width: 100vw;
    margin-left: 20px;
    font-family: GeneralSans-Variable;
    font-size: 20px;
    font-weight: 700;
    line-height: 90px;
    position: relative;
  }

  .downloadLink {
    text-align: left;
    float: right;
    width: 100vw;
    height: 90px;
    padding-left: 20px;
    line-height: 90px;
  }

  .about {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .sliderMenu .slideItem:hover .slideText {
    margin-left: 0;
  }

  .sliderMenu .slideText {
    background-color: #fff;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    position: relative;
  }

  .sliderMenu .slideSubmenu.sub01, .sliderMenu .slideSubmenu.sub02, .sliderMenu .slideSubmenu.sub03, .sliderMenu .slideSubmenu.sub04, .sliderMenu .slideSubmenu.sub05 {
    padding-left: 0;
  }

  .homepageSlider .imgHolder {
    margin-top: 0;
  }

  .sliderMenu .slideItem {
    margin-bottom: 15px;
  }

  .sliderMenu .slideSubmenu .line {
    display: none;
  }

  .sliderMenu .slideSubmenu {
    background-color: #fff0;
    height: auto;
    padding-right: 0;
    line-height: 30px;
    position: relative;
    box-shadow: 0 2px 30px -2px #0000;
  }

  .sliderMenu .slideSubmenu a {
    color: #fff;
    background-color: #000;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    display: inline-block;
  }

  .sliderMenu {
    z-index: 9999;
    width: calc(100vw - 15px);
    padding-left: 15px;
    position: absolute;
    top: 30vh;
    left: 0;
    transform: translateY(0%);
  }

  .header {
    background-color: #fff;
    height: 80px;
    position: fixed;
  }

  .logoPorte {
    width: 80px;
    top: 20px;
    left: 20px;
  }

  .homepageSlider .imgHolder {
    width: 100vw;
    height: 100vh;
  }

  .pageTextHolder {
    width: 100vw;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .homepageSlider .imgHolder.page {
    width: 100vw;
    height: 80vh;
    position: relative;
    top: 0;
    right: 0;
  }

  .contentHolder .inner {
    width: calc(100vw - 30px);
    padding-left: 0;
  }

  p.perexHome.padded.width80 {
    width: 100%;
  }

  .contentFullWidth {
    height: auto;
  }

  .contentFullWidth .left {
    float: none;
    width: calc(100vw - 30px);
    height: 60vh;
    margin: 0 auto;
    position: relative;
  }

  .contentFullWidth .right {
    float: none;
    width: calc(100vw - 30px);
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .contentFullWidth .text .inner {
    background-color: #000;
    width: calc(100vw - 30px);
    padding-top: 40px;
  }

  .contentFullWidth .text .inner .inner2 {
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
    transform: translateY(0%);
  }

  .col33 {
    float: left;
    width: 100%;
  }

  .contentItem.halfWidth {
    width: 100%;
  }

  .contentHolder {
    margin-top: 50px;
  }

  .contentFullWidth.biossun {
    width: calc(100vw - 30px);
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .contentFullWidth.biossun .left {
    float: none;
    width: 100%;
    height: 50vh;
  }

  .contentFullWidth.biossun .right, .contentFullWidth.biossun.biossunR .right, .contentFullWidth.biossun.biossunFH .right {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .contentFullWidth.biossun .text {
    padding-bottom: 30px;
  }

  .contentFullWidth .left.biossun02 {
    margin-left: auto;
  }

  .contentFullWidth .text .inner.bs {
    background-color: #fff !important;
  }
}

@media (width >= 901px) and (width <= 1200px) {
  .masonry-layout {
    column-count: 4;
    column-gap: 0;
  }
}

@media (width >= 1600px) and (width <= 50000px) {
  .masonry-layout {
    column-count: 7;
    column-gap: 0;
  }
}

@media (width >= 320px) and (width <= 500px) {
  .masonry-layout {
    column-count: 2;
    column-gap: 0;
  }

  a.submenu {
    display: block !important;
  }
}

.pageTextHolder {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.homepageSlider {
  background-color: #cdc9c6;
}

.homepageSlider.kontakt {
  background-color: unset;
}
