/* ==========================================================================
   SCHRIFT IMPORT
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;700&display=swap');

/* ==========================================================================
   VARIABLES
   ========================================================================== */
:root {
  --color-primary: #8ab8a9;
  --color-secondary: #988d7a;
  --body-text-color: #646462;
  --body-font-family: 'Raleway', sans-serif;
  --body-line-height: 1.38;
  --body-font-size: 18px;
  --body-bg-color: white;
  --body-font-weight: 300;
  --body-letter-spacing: 0.025rem;
  --heading-font-family: 'Raleway', sans-serif;
  --heading-font-weight: 300;
  --heading-line-height: 1.2;
  --heading-letter-spacing: 0.04rem;
  --h1-font-size: 3.2rem;
  --h2-font-size: 3.2rem;
  --h3-font-size: 2.9rem;
  --h4-font-size: 2rem;
  --h5-font-size: 1rem;
  --h6-font-size: 1rem;
  --body-link-color: var(--body-text-color);
  --body-link-hover-color: var(--body-text-color);
  --mainnav-text-color: var(--body-text-color);
  --mainnav-link-color: var(--body-text-color);
  --mainnav-link-hover-color: var(--body-text-color);
  --mainnav-link-active-color: var(--body-text-color);
  --footer-bg-color: #f0f0f0;
  --footer-text-color: var(--body-text-color);
  --footer-link-color: var(--body-text-color);
  --footer-link-hover-color: var(--body-text-color);
  --space: 100px;
  --space-small: 50px;
  --space-extra-small: 30px;
  --header-height: 210px;
  --header-height-small: 58px;
  --off-canvas-spacing: 44px;
  --color1: var(--color-secondary);
  --color2: var(--color-primary);
  --color3: #6c5b48;
  --color4: #0f5546;
  --shadowcolor: var(--color1);
  --t4-gutter-x: 2rem;
  --uk-position-margin-offset: 0;
}

.row {
  --t4-gutter-x: 2rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: calc(1700px - var(--t4-gutter-x)*2);
  }

  body.bg-light .uk-scope .uk-slideshow .uk-overlay {
    max-width: calc(1700px - var(--t4-gutter-x)*2);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--t4-gutter-x) !important;
    padding-left: var(--t4-gutter-x) !important;
  }
}

/* ==========================================================================
      ALLGEMEINE DEFINITIONEN
      ========================================================================== */
html,
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.com-content-article__body a {

  text-decoration: underline;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0 !important;
}

b,
strong {
  font-weight: 700;
}

p,
.bodyWrapper .uk-scope p {
  margin-bottom: var(--space-extra-small);
}

p:empty {
  margin-bottom: 0;
}

.nav-link {
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  color: var(--body-link-color);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--body-link-hover-color);
}

/* ==========================================================================
            TYPO DEFINITIONEN
            ========================================================================== */
h1,
.bodyWrapper .uk-scope h1,
.h1 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h1-font-size);
}

h2,
.bodyWrapper .uk-scope h2,
.h2 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h2-font-size);
}

h3,
.bodyWrapper .uk-scope h3,
.h3 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h3-font-size);
}

h4,
.bodyWrapper .uk-scope h4,
.h4 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h4-font-size);
}

h5,
.bodyWrapper .uk-scope h5,
.h5 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: bold;
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h5-font-size);
}


h5>span,
.bodyWrapper .uk-scope h5>span,
.h5>span {

  font-weight: normal !important;

}



h6,
.bodyWrapper .uk-scope h6,
.h6 {
  text-transform: none;
  margin: 0 0 var(--space-extra-small);
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-size: var(--h6-font-size);
}

.com-content-article__body>h5,
.uk-accordion-content h5 {
  margin-bottom: 4px !important;
}

/* ==========================================================================
            CONTAINER FÜR FOOTER BOTTOM
            ========================================================================== */
.t4-wrapper {
  width: 100%;
  /* overflow-x: hidden;  */

  background-color: white;
}

.t4-content-inner {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.t4-content-inner>.t4-section {
  min-width: 100%;
}

#t4-main-body {
  flex-grow: 1;
}

.t4-footer {
  align-self: flex-end;
}

/* ==========================================================================
SOCIAL BUTTONS
          ========================================================================== */
p.social-box {
  margin-bottom: 0;
  display: flex;
  align-content: center;

}

.social-icon {
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-indent: -1000px;
  background-size: 22px 22px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-icon.social-icon-facebook {
  background-image: url(../images/icons/facebook.svg);
}

.social-icon.social-icon-instagram {
  background-image: url(../images/icons/instagram.svg);
}

.social-icon.social-icon-youtube {
  background-image: url(../images/icons/youtube.svg);
}

/* ==========================================================================
    FOOTER 
          ========================================================================== */
#t4-footer {
  padding-top: 0;
  padding-bottom: var(--space-extra-small);
  border-top: none;
  font-size: var(--body-font-size);
}

.t4-footer .container {
  padding-top: 0rem;
}

#t4-footer strong,
#t4-footer b {
  font-weight: 600;
}

.footnav-2>div {
  position: relative;
}

#t4-footer .social-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.shop-button {
  font-weight: 600;
  min-height: 21px;
  padding-left: 32px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/shop.svg);
}

.footnav-3,
.footnav-4 {
  align-items: flex-end;
  display: flex;
}

.footnav-4 {
  justify-content: flex-end;
}

.footnav-1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: var(--space-small);
}

.footnav-1 p {
  margin-bottom: 0;
  display: inline-block;
}

.footnav-1 a {
  margin: 0 0 0 15px;
  display: inline-block;
  width: 100px;
  color: rgba(255, 255, 255, 0);
  background-position: top center;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/siltex.svg);
  padding-top: 120px;
  text-align: center;
}

.footnav-1 a:hover {
  background-image: url(../images/icons/siltex-hover.svg);
  color: var(--color-primary);
}

.footnav-1 .custom>p:nth-child(3) a {
  background-image: url(../images/icons/terrarte.svg);
}

.footnav-1 .custom>p:nth-child(3) a:hover {
  background-image: url(../images/icons/terrarte-hover.svg);
}

.footnav-1 .custom>p:nth-child(4) a {
  background-image: url(../images/icons/j-brauchli.svg);
}

.footnav-1 .custom>p:nth-child(4) a:hover {
  background-image: url(../images/icons/j-brauchli-hover.svg);
}

.footnav-1 .custom>p:nth-child(5) a {
  background-image: url(../images/icons/floor-concept.svg);
}

.footnav-1 .custom>p:nth-child(5) a:hover {
  background-image: url(../images/icons/floor-concept-hover.svg);
}

.footnav-1 .custom>p:nth-child(1) a {
  background-image: url(../images/icons/naturo-flooring.svg);
  pointer-events: none;
}


/* ==========================================================================
           RAUMPLANER
              ========================================================================== */

.raumplaner .video-container iframe {
  padding-right: 3%;
  padding-bottom: 3%;
  background-image: linear-gradient(0deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%), linear-gradient(-90deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%);
  background-size: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
}

.raumplaner #t4-main-body {
  padding-top: 5rem;
}



/* ==========================================================================
           SECTIONS
              ========================================================================== */
.t4-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  padding-top: var(--space);
  padding-bottom: var(--space);
}

.section.gray {
  background-color: var(--footer-bg-color);
}

.section.no-margin {
  padding-top: 0;
}



/* ==========================================================================
          HEADER
          ========================================================================== */
#t4-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  min-height: 0;
  padding: 0;
  border: 0;
  padding-right: calc(var(--t4-gutter-x)*.5);
  padding-left: calc(var(--t4-gutter-x)*.5);


}

body.bg-light:not(.not-at-top) #t4-header {
  filter: grayscale(100%) brightness(3) blur(0px);
  transform-origin: 0 0;
  backface-visibility: hidden;
  background-color: transparent;
}

body.bg-light:not(.not-at-top) #t4-header div.mod-languages .dropdown-menu {
  background-color: transparent;
}

.not-at-top #t4-header {
  background-color: white;
}

.header-wrap {
  transition: height 0.5s, padding 0.5s;
  -webkit-transition: height 0.5s, padding 0.5s;
  -moz-transition: height 0.5s, padding 0.5s;
  -ms-transition: height 0.5s, padding 0.5s;
  -o-transition: height 0.5s, padding 0.5s;
  height: var(--header-height);
  padding-top: var(--space-small);
  padding-bottom: var(--space-extra-small);
  border: none;
}

.not-at-top .header-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  height: var(--header-height-small);
}

#t4-header .header-block {
  padding: 0;
}

.logo-image img {
  width: 100%;
  height: auto;
  max-height: none !important;
}

.logo-image {
  width: 360px;
  max-width: 100%;
  padding: 0;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  align-self: flex-start;
  margin: 0;
}

.not-at-top .logo-image {
  width: 45px;

}

.not-at-top .logo-image .logo-img.d-none.d-md-block {
  display: none !important;
}

.not-at-top .logo-image .logo-img-sm.d-block.d-md-none {
  display: block !important;
}

.t4-header-r {
  position: absolute;
  top: var(--space-small);
  right: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}

.not-at-top .t4-header-r {
  top: 15px;
}

div.mod-languages .btn.btn-secondary {
  font-weight: var(--body-font-weight);
  color: var(--body-text-color);
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

div.mod-languages .dropdown-menu {
  padding: 0px;
  border: none;
  background-color: var(--footer-bg-color);
  text-align: right;
  width: auto;
  min-width: 0px;
}

div.mod-languages ul li.lang-active {
  background-color: transparent;
  font-weight: 700;
}

div.mod-languages ul.lang-block li {
  padding: 10px 0;
  margin: 0;
}

/* ==========================================================================
 MASTHEAD
              ========================================================================== */
.t4-masthead {
  position: absolute;
  right: 0;
  top: calc(var(--header-height) + 200px);
  width: auto;
  z-index: 9;
  min-width: 0 !important;
  text-align: right;
}

.bg-light .t4-masthead {
  top: calc(100vh - 250px);
}

.t4-masthead a {
  margin: 0;
  display: inline-block;
  height: 54px;
  width: 100%;
  background-color: white;
  border-top: 1px solid var(--body-text-color);
  border-bottom: 1px solid var(--body-text-color);
  border-left: 1px solid var(--body-text-color);
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
  background-position: center right;
  background-size: 52px 54px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/edit.svg);
  padding: 10px 70px 10px 40px;
  line-height: 1.7;
  overflow: hidden;
}

.t4-masthead .custom>p:nth-child(2) a {
  background-image: url(../images/icons/help.svg);
}

body.bg-light .t4-masthead a {
  background-color: transparent;
}

body.bg-light .t4-masthead {
  filter: grayscale(100%) brightness(3) blur(0px);
  transform-origin: 0 0;
  backface-visibility: hidden;
  background-color: transparent;
}

/* ==========================================================================
  MAINBODY
      ========================================================================== */
#t4-main-body {
  padding-top: calc(var(--header-height) + var(--space-extra-small));
  padding-bottom: calc(var(--space) * 1.7);
}

.article-aside {
  margin-bottom: 0rem;
}

.bg-light #t4-main-body {
  padding-top: var(--space-small);
  padding-bottom: var(--space-small);
}

.item-page [itemprop="articleBody"] {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==========================================================================
          MAIN NAVIGATION MOBILE - OFF-CANVAS
          ========================================================================== */
.t4-offcanvas-toggle {
  width: 60px;
  height: 17px;
  padding: 0;
  margin: 0 0 0 15px;
  background-image: url(../images/icons/off-canvas.svg);
  background-size: 60px 17px;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: opacity 300ms cubic-bezier(0.4, 0, 0.6, 1);
  font-weight: bold;
}

.has-offcanvas--visible {
  overflow: hidden;
}

.has-offcanvas--visible .t4-offcanvas-toggle {
  opacity: 0;
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  background-color: white;
}

.c-offcanvas--right {
  width: 100%;
}

.t4-offcanvas-toggle i {
  display: none;
}

.c-offcanvas {
  background: transparent;
  color: white;
}

.c-offcanvas--right {
  transform: translate3d(-100%, 0, 0);
  width: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transition: opacity 5ms cubic-bezier(0.4, 0, 0.6, 1);
  opacity: 0;
  -webkit-transition: opacity 5ms cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition: opacity 5ms cubic-bezier(0.4, 0, 0.6, 1);
  -ms-transition: opacity 5ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: opacity 5ms cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.t4-offcanvas .t4-off-canvas-header {
  padding: var(--space-extra-small) var(--t4-gutter-x) 0;
  align-self: flex-start;
  width: 100%;
  background-color: transparent;
  order: -2;
}

.t4-offcanvas .t4-off-canvas-header .close {
  background-color: transparent !important;
  padding: 0;
  width: 58px;
  height: 25px;
  background-image: url(../images/icons/close.svg);
  background-size: 58px 25px;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
}

.t4-offcanvas .t4-off-canvas-header .close:hover span,
.t4-offcanvas .t4-off-canvas-header .close:focus span,
.t4-offcanvas .t4-off-canvas-header .close:active span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.t4-offcanvas .t4-off-canvas-header .close span {
  display: none;
}

.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
  padding: 0rem;
}

.t4-offcanvas .t4-off-canvas-body .t4-module {
  margin-bottom: 0;
}

.t4-offcanvas .t4-off-canvas-body {
  padding: 0;

  overflow-y: auto;
  display: block;
  height: 100vh;
  height: 100dvh;
}

.t4-off-canvas-footer {
  width: 100%;
  padding: var(--space-extra-small) var(--off-canvas-spacing) var(--space-small) 0;
  max-width: 1700px;
  margin: var(--space-small) auto 0;
  display: flex;
  flex-wrap: wrap;
}

.t4-offcanvas .navbar-expand-md .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.t4-offcanvas .navbar-expand-md .navbar-toggler {
  display: none !important;
}

.t4-off-canvas-content {
  width: 100%;
  align-self: stretch;
  padding: var(--space-small) var(--off-canvas-spacing) 0 0;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}

.t4-offcanvas .mod-menu {
  width: 100%;
}

.t4-off-canvas-footer>div,
.t4-offcanvas .mod-menu>li {
  width: 33.33%;
}

.t4-off-canvas-footer>div {
  padding: 0 0px 0 var(--off-canvas-spacing);
}

.t4-offcanvas .t4-off-canvas-body .t4-off-canvas-content .mod-menu>.nav-item {
  border-bottom: none;
  padding: 0 0px var(--off-canvas-spacing) var(--off-canvas-spacing);
  font-family: var(--body-font-family);
  letter-spacing: var(--body-letter-spacing);
  position: relative;
}

.t4-offcanvas .t4-off-canvas-body .t4-off-canvas-content ul.mod-menu>li.nav-item>a {
  padding: 0 0 20px;
  color: var(--body-text-color) !important;
  font-size: 1rem;
  line-height: var(--body-line-height);
  font-weight: bold;
}

.t4-offcanvas .t4-off-canvas-body .t4-off-canvas-content ul.mod-menu>li.nav-item>a:hover {
  color: var(--color-primary) !important;
}

.t4-offcanvas .t4-off-canvas-body .t4-off-canvas-content ul.mod-menu>li.nav-item>a:after {
  content: "";
  margin: 0;
  vertical-align: auto;
  border: none;
  display: block;
  width: 45px;
  height: 15px;
  border-bottom: 2px solid var(--body-text-color) !important;
}

.t4-offcanvas .t4-off-canvas-content .t4-module .nav li ul>li.nav-item {
  padding: 0px;
}

.t4-offcanvas .t4-off-canvas-content .t4-module .nav li ul>li>a {
  padding-left: 0rem;
  color: var(--body-text-color) !important;
  font-size: 1rem;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  background-color: transparent !important;
  padding: 0 0 10px;
}

.t4-offcanvas .t4-off-canvas-content .t4-module .nav li ul>li>a:hover {
  color: var(--color-primary) !important;

}

.t4-offcanvas .t4-off-canvas-content .t4-module .nav li ul>li.active>a,
.t4-offcanvas .t4-off-canvas-content .t4-module .nav li ul>li.current>a {
  font-weight: bold;
}

.t4-module .nav li ul>li>a::before,
.t4-card .nav li ul>li>a::before,
.moduletable .nav li ul>li>a::before,
.module_menu .nav li ul>li>a::before {
  display: none;
}

.t4-off-canvas-footer-3 {
  display: flex;
}

.t4-off-canvas-footer-3 div.mod-languages .btn.btn-secondary {
  margin-left: 15px;
}

/* ==========================================================================
WIDGETKIT
          ========================================================================== */
.bodyWrapper .uk-scope .uk-link,
.bodyWrapper .uk-scope a,
.bodyWrapper .uk-scope .uk-link-toggle:hover .uk-link,
.bodyWrapper .uk-scope .uk-link:hover,
.bodyWrapper .uk-scope a:hover {
  color: var(--body-text-color)
}

.bodyWrapper .uk-scope *+p {
  margin-top: 0px;
}

.bodyWrapper .uk-scope .uk-border-circle {
  background-image: linear-gradient(-90deg, transparent 50%, white 50%), linear-gradient(-180deg, white 50%, transparent 50%);
  padding: 20px;
  background-color: var(--color-primary);
  border: none;
  outline: 2px solid white;
  width: 400px;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.bodyWrapper .uk-scope b,
.bodyWrapper .uk-scope strong {
  font-weight: 600;
}

.bodyWrapper .uk-scope blockquote {

  font-size: 1.2rem;
  line-height: var(--body-line-height);
  font-style: normal;
  color: var(--color-primary);
}

.uk-scope .m-plus .uk-overlay-primary {
  background: rgba(0, 0, 0, .6);
}

.uk-scope .m-plus .uk-position-center {
  top: 50%;
  left: 50%;
}

/* .load-more-masonry:after{
content: "";
display:block;
width: 100%;
height: 50px;
background-color: red;
} */
/* .load-more-masonry{
 padding-bottom: 0!important; 
height:auto!important;
} */

/* .load-more-masonry{
  padding-bottom: 0!important; 
height:auto!important;
} 

 .load-more-container:before{
content: "";
display:block;
width: 100%;
height: 50px;
background-color: red;
clear: both;
}  */
/* .load-more-masonry{
  margin-bottom: 8rem!important;
}  */

/* .bodyWrapper .uk-scope .uk-grid.load-more-masonry{
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 30vw;
}  

.bodyWrapper .uk-scope .uk-grid.load-more-masonry > div{
width: 100%!important;

  }   */



.bodyWrapper .uk-scope .uk-grid.load-more-masonry {
  /* overflow: hidden; */
  padding-bottom: 0 !important;
  /* height:auto!important; */
  margin-bottom: 8rem;
  ;
}

/* ==========================================================================
BUTTONS
          ========================================================================== */
.back-button,
.load-more-button,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  display: inline-block;
  opacity: 1;
  background-color: transparent;
  border: 1px solid;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  text-decoration: none;
  color: var(--body-text-color);
  border-color: var(--body-text-color);
  box-shadow: none;
}

.back-button:hover,
.load-more-button:hover,
.btn.btn-primary:hover {
  color: white !important;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.uk-light .btn.btn-primary,
.uk-light .btn.btn-primary:hover,
.uk-light .btn.btn-primary:focus {
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
}

.back-button-box {
  width: 100%;
  clear: both;
}

.switcher-box .btnLink a {
  float: left;
  clear: both;
}

.switcher-box .btnLink a+a {
  margin-top: var(--space-extra-small);

}

.content-links {
  width: 100%;
  clear: both;
  padding-top: calc(var(--space-small) * 1);
  white-space: pre-line;
  line-height: 0;

}

.content-links a+a {
  margin-top: var(--space-extra-small);

}

.btnLink a[href*="youtube.com"],
.content-links a[href*="youtube.com"] {
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-image: url(../images/icons/video.svg) !important;
  background-size: 64px 64px !important;
  background-repeat: no-repeat !important;
  min-height: 64px !important;
  background-position: left center !important;
  padding: 0 0 0 80px !important;
  line-height: 64px !important;
}

.btnLink a[href*="youtube.com"]:hover,
.content-links a[href*="youtube.com"]:hover {
  background-color: transparent !important;
  color: var(--body-text-color) !important;
}

.view-category .content-links {

  padding-top: calc(var(--space-small) * 2);
  text-align: center;
}

.load-more-container {
  width: 100%;
  clear: both;
  padding-top: calc(var(--space-small) * 1);
  text-align: center;
}

/* ==========================================================================
HOME HEADER
          ========================================================================== */
body.bg-light .uk-scope .uk-slideshow h1 b,
body.bg-light .uk-scope .uk-slideshow h1 strong {
  font-weight: 600;
}

body.bg-light .uk-scope .uk-slideshow h1 {
  max-width: calc(100% - 350px);
  font-size: 5rem !important;
}

body.bg-light .uk-scope .uk-slideshow .uk-overlay {
  padding: var(--space-small) var(--space-small);
}

.uk-scope .w-switcher .uk-thumbnav>*> ::after {
  background: rgba(255, 255, 255, .0);
}

.uk-scope .w-switcher .uk-thumbnav a {
  text-decoration: none !important;
}

.uk-scope .w-switcher .uk-thumbnav>.uk-active a {
  font-weight: bold;
}

.uk-scope .w-switcher .uk-thumbnav>* {
  padding: 10px 15px;
  border-right: 2px solid var(--body-text-color);
}

.uk-scope .w-switcher .uk-thumbnav>*:last-child {
  border-right: none;
}

.field-entry.a-text a:hover {
  color: var(--color-primary);
}

.field-entry.a-text.selected-0,
.field-entry.a-text.selected-1 {
  margin: 0 auto;
  max-width: 500px;
}

.field-entry.a-text.selected-0>div>div:first-child {
  font-weight: bold;
}

.field-entry.a-text.selected-1>div>div:last-child {
  font-weight: bold;
}

/* ==========================================================================
SCROLL DOWN
          ========================================================================== */
.scroll-down {
  width: 51px;
  height: 19px;
  cursor: pointer;
  background-image: url(../images/icons/scroll-down.svg);
  background-repeat: no-repeat;
  background-size: 51py 19px;
  background-position: center center;
  position: absolute;
  right: var(--space-small);
  bottom: var(--space-small);
}

/* ==========================================================================
BACKGROUND
          ========================================================================== */
.bg-light {
  background-color: transparent !important;
}

/* ==========================================================================
HR
          ========================================================================== */
hr {
  margin: 0 0 var(--space-extra-small);
  height: 2px !important;
  width: 45px;
  opacity: 1;
  background-color: currentColor;
}

hr.hr-spacer {
  margin: 0 0 var(--space);
  height: 1px !important;
  width: 100%;
}

.item-365 .hr-spacer,
.item-417 .hr-spacer {
  margin: 0 0 var(--space-small);
  height: 0px !important;
}

/* ==========================================================================
ERROR 404
          ========================================================================== */
.category-desc {
  border: none;
  padding: 0;
}

.error-404 .t4-content {

  background-color: var(--color-primary);
  padding-top: calc(var(--space-small) + var(--header-height));

}

.error-404 .t4-content h1,
.error-404 .t4-content {

  color: white !important;

}

.error-404 .btn.btn-primary:hover,
.error-404 .btn.btn-primary {
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
}


.error-404.bg-light #t4-main-body {
  padding-top: var(--space-small);
  padding-bottom: var(--space-small);
}


.error-404 hr.hr-spacer,
.error-404 .content-box .col-md-4 {
  display: none;
}


.error-404 .content-box .col-md-8 {
  width: 100% !important;
}

.error-404 .content-box>.col-md-8>.com-content-article__body {
  border-top: none !important;
  padding-top: 0 !important;
}

/* ==========================================================================
TAGS
          ========================================================================== */

.all-tags li a {
  border: none!important;
background-color: var(--color-secondary)!important;
  color: white!important;
font-size: 16px!important;
opacity: 1!important;
}
.all-tags li a i{

opacity: 1!important;
}

.tag-category .category h3, .tag-category .category .h3 {
font-size: 16px!important;  color: white!important;
}

.alert-info [class^="icon-"]:before, .alert-info [class*=" icon-"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.a-text-bottom .uk-overlay h3,
.a-text-bottom .uk-overlay h1 {

  font-size: 1.5rem!important;
}

/* ==========================================================================
NEWS
          ========================================================================== */
.uk-scope .news>div.uk-grid {
  margin-bottom: calc(var(--space-small) *2);
}

.uk-scope .news .uk-grid-divider {
  margin-bottom: calc(var(--space-small) *2);
  width: 100%;
  margin-left: 40px;
}

.bodyWrapper .uk-scope .uk-label {
  display: inline-block;
  padding: 0px;
  background: transparent;
  line-height: var(--heading-line-height);
  font-size: var(--h4-font-size);
  color: var(--body-text-color);
  border-radius: 0px;
  text-transform: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin-bottom: 15px;
}

.uk-scope .news>div.uk-grid .image-box>div img {
  width: 100%;
}

.uk-scope .news>div.uk-grid .image-box>div {
  margin-left: 0%;
  margin-right: 6%;
  padding-left: 3%;
  padding-bottom: 3%;
  padding-right: 0%;
  position: relative;
  background-image:
    linear-gradient(0deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%),
    linear-gradient(90deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%);
  background-size: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

/* .uk-scope .news  > div.uk-grid .image-box > div > img{
    box-shadow: calc(-1 * var(--space-small)) var(--space-small) 0px 0px;
    color: var(--color1);
} */
.uk-scope .news>div.uk-grid .image-box.image-box-right>div {
  padding-left: 0;
  padding-right: 3%;
  margin-left: 6%;
  margin-right: 0%;
  background-image:
    linear-gradient(0deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%),
    linear-gradient(-90deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%);
  background-position: right top, left top;
}

.uk-scope .news>div.uk-grid:nth-child(4n +2) {
  --shadowcolor: var(--color2);
}

.uk-scope .news>div.uk-grid:nth-child(4n +3) {
  --shadowcolor: var(--color3);
}

.uk-scope .news>div.uk-grid:nth-child(4n +4) {
  --shadowcolor: var(--color4);
}

.uk-scope .news .uk-margin-top {
  margin-top: 0px !important;
}

/* ==========================================================================
ANCHOR
          ========================================================================== */
.newsflash-inner>*>a:not([href]):not([class]):empty,
.newsflash-inner>a:not([href]):not([class]):empty {
  display: block;
  height: calc(var(--header-height-small) + var(--space-extra-small));
  margin-top: calc(-1 * (var(--header-height-small) + var(--space-extra-small)));
  width: 100%;
  pointer-events: none;
}

/* ==========================================================================
SECTIONS
          ========================================================================== */
.newsflash-inner>p,
.newsflash-inner>h2 {
  max-width: 600px;
}

.com_customfilters .t4-main-body>div>.row,
.com_virtuemart .t4-main-body>div>.row,
.row.row-additional-text,
.row.content-box,
.switcher-box .row {
  --t4-gutter-x: 6rem;
}

.row.content-box {
  margin-bottom: var(--space);
}

/* ==========================================================================
MAP
          ========================================================================== */
iframe.map-iframe {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  margin-top: var(--space-extra-small);
}

/* ==========================================================================
TAGS
          ========================================================================== */

.badge-info {
  background-color: var(--shadowcolor);
  color: white!important;
  margin-bottom: 10px;
}



/* ==========================================================================
FORMULAR
          ========================================================================== */
.xdsoft_day_of_week6,
.xdsoft_day_of_week0 {
  cursor: default;
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--color-secondary) !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: var(--color-primary) !important;
  box-shadow: var(--color-primary) 0 1px 3px 0 inset !important;
  color: white !important;
}


.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: var(--color-primary) !important;
  box-shadow: none !important;
}

.form-control {
  border-color: var(--body-text-color);
  color: var(--body-text-color);
  border-radius: 1rem;
  max-width: 100%;
}

.form-control:focus {
  color: var(--body-text-color);
  background-color: #fff;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 0.25rem var(--color-primary);
  box-shadow: 0 0 0 0.25rem var(--color-primary);
}

/* ==========================================================================
    BACKTO TOP
          ========================================================================== */
#back-to-top {
  background-color: transparent !important;
  border-radius: 0px;
  position: fixed;
  width: 51px;
  height: 19px;
  background-image: url(../images/icons/back-to-top.svg);
  background-size: 51px 19px;
  right: var(--t4-gutter-x);
  bottom: var(--space-extra-small);
}

#back-to-top i {
  display: none;
}

/* ==========================================================================
SINGLE GALLERY
          ========================================================================== */
.gallery-box {
  position: relative;
  margin-bottom: 120px;
}

.gallery-box figure,
.gallery-box .uk-scope {
  padding-right: 3%;
  padding-bottom: 3%;
  background-image:
    linear-gradient(0deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%),
    linear-gradient(-90deg, var(--shadowcolor) 0%, var(--shadowcolor) 90%, transparent 90%, transparent 100%);
  background-size: 50% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
}

.gallery-box .scroll-down {
  right: calc(3% - 25px);
  bottom: calc(6% + 19px);
}

.gallery-box .index-number {
  position: absolute;
  left: 50px;
  bottom: -75px;
  font-size: 30px;
  letter-spacing: 2px;
  height: 70px;
  line-height: 40px;
}

.gallery-box .index-number .index-number-current {
  font-size: 55px;
  line-height: 55px;
}

.uk-scope .single-gallery .uk-position-bottom-left {
  bottom: -150px;
  left: 0;
  margin: 0 !important;
}

.navigation-box {
  margin-bottom: var(--space-small);
}

.gallery-box figure {
  margin: 0;
}

.item-340 .gallery-box {
  --shadowcolor: var(--color2);
}

.item-317 .gallery-box {
  --shadowcolor: var(--color3);
}

.item-350 .gallery-box {
  --shadowcolor: var(--color4);
}

.item-352 .gallery-box {
  --shadowcolor: var(--color2);
}

.item-353 .gallery-box {
  --shadowcolor: var(--color3);
}

.item-354 .gallery-box {
  --shadowcolor: var(--color4);
}

.item-363 .gallery-box {
  --shadowcolor: var(--color2);
}

.item-249 .gallery-box {
  --shadowcolor: var(--color3);
}

.item-366 .gallery-box {
  --shadowcolor: var(--color4);
}

/* ==========================================================================
SUBMENU
          ========================================================================== */
.submenu-box {
  margin-left: 100px;
}

.submenu-box ul {
  display: block;
}

.submenu-box a {
  display: block;
  font-size: 1rem;
  width: 100%;
  line-height: var(--body-line-height);
}

.submenu-box a:hover {
  color: var(--color-primary);

}

.submenu-box .mod-list>.current>a,
.submenu-box .mod-list>.active>a {
  color: var(--color-primary);
  font-weight: bold;
}

.submenu-box .mod-list>.current .current>a,
.submenu-box .mod-list>.active .active>a {
  color: var(--color-primary);

}

.submenu-box li li a {
  padding-left: var(--space-extra-small);
}

.submenu-box .menu-title {
  font-weight: bold;
  padding: 0 0 20px;
}

.submenu-box .menu-title::after {
  content: "";
  margin: 0;
  vertical-align: auto;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  display: block;
  width: 45px;
  height: 15px;
  border-bottom: 2px solid var(--body-text-color) !important;
}

/* ==========================================================================
LEAD
          ========================================================================== */
.lead,
.uk-scope p.lead {
  font-size: 1.8rem;
}

.leadnumber,
.uk-scope p.leadnumber {
  font-size: 4.5rem;
  color: var(--color-primary);
  margin-top: var(--space-small);
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.8;
  position: relative;
}

.leadnumber:after {
  content: "/";
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -0.6rem;
}

/* ==========================================================================
SWITCHER
       ========================================================================== */

.switcher-box .uk-margin>p>a {
  text-decoration: underline;
}

.switcher-box .uk-thumbnav a {
  text-align: center;
  color: var(--color-primary) !important;
  text-decoration: none !important;
}

.switcher-box .uk-thumbnav a div {
  border-top: var(--color-primary) 2px solid;
  border-bottom: var(--color-primary) 2px solid;
  margin-bottom: var(--space-extra-small);
}

.switcher-box .uk-thumbnav li.uk-active a div {
  background-color: var(--color-primary)
}

.switcher-box .uk-thumbnav li.uk-active a div img {
  filter: grayscale(100%) brightness(3) blur(0px);
  transform-origin: 0 0;
  backface-visibility: hidden;
}

.uk-scope .switcher-box .uk-thumbnav>*> ::after {

  background: rgba(255, 255, 255, .0);

}

.uk-scope .switcher-box .uk-thumbnav {

  margin-left: calc(-1 * var(--space-small));
}

.uk-scope .switcher-box .uk-thumbnav>* {
  padding-left: var(--space-small);
}

.uk-scope .switcher-box h2 {
  margin-top: var(--space-small);
}

.uk-scope .switcher-box .col-md-8 {
  margin-top: var(--space-small);
}

/* ==========================================================================
SHOP
          ========================================================================== */
.com_virtuemart #t4-main-body .t4-section-inner.container,
.com_customfilters #t4-main-body .t4-section-inner.container {
  padding-top: var(--space);

}

.com_virtuemart #t4-main-body .t4-section-inner.container:before,
.com_customfilters #t4-main-body .t4-section-inner.container:before {
  width: calc(100% - var(--t4-gutter-x)*2);
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: var(--t4-gutter-x);
  background-color: var(--body-text-color);

}

.cf_flt_header {

  font-size: 1.1rem;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 300;
  border-bottom: 1px solid var(--body-text-color);
  line-height: 1.5;
  position: relative;
}

#cfhead_virtuemart_category_id_158.cf_flt_header,
#cfhead_virtuemart_category_id_128.cf_flt_header {

  font-weight: bold;
}

#cf_flt_wrapper_virtuemart_category_id_158,
#cf_flt_wrapper_virtuemart_category_id_159,
#cf_flt_wrapper_virtuemart_category_id_128,
#cf_flt_wrapper_virtuemart_category_id_146 {
  margin-bottom: var(--space-small);
}

.cf_resetAll_link {
  margin-top: var(--space-small);
  display: inline-block;
}

.headexpand {
  float: right;
  background-image: url(../images/icons/shop-expand.svg);
  background-size: 15px 6px;
  width: 15px;
  height: 1.5rem;
  transform: rotate(0deg);
}

.headexpand_hide {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.custom-box a,
.cf_filters_list li.cf_catOption.li-tree_0>span>.cf_option {
  font-size: 1.1rem;
  padding: 8px 0px;

  font-weight: 300;
  border-bottom: 1px solid var(--body-text-color);
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}

.custom-box {
  margin-top: var(--space-small);
}

.cf_filters_list li.cf_catOption.li-tree_0>span>.cf_option:after {
  content: "";
  display: block;
  float: right;
  background-image: url(../images/icons/shop-expand.svg);
  background-size: 15px 6px;
  width: 15px;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.cf_flt_wrapper {
  margin-bottom: 0px;
}

.cf_resetAll_label {
  font-weight: bold;
  min-height: 20px;
  background-image: url(../images/icons/shop-close.svg);
  background-size: 20px 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;

}




.cf_catOption.li-tree_0-1,
.cf_filters_list_li {
  font-size: 16px;
  padding: 5px 0;
  margin-inline-start: 0px !important;
  position: relative;
}

.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_158 .cf_filters_list_li.cfLiLevel0,
.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_128 .cf_filters_list_li.cfLiLevel0 {

  padding: 0 !important;

}

.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_158 .cf_filters_list_li.cfLiLevel0+.cf_filters_list_li.cfLiLevel1,
.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_128 .cf_filters_list_li.cfLiLevel0+.cf_filters_list_li.cfLiLevel1 {

  padding-top: 10px !important;

}

.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_158 .cf_filters_list_li.cfLiLevel1+.cf_filters_list_li.cfLiLevel0,
.cf_flt_wrapper#cf_flt_wrapper_virtuemart_category_id_128 .cf_filters_list_li.cfLiLevel1+.cf_filters_list_li.cfLiLevel0 {

  margin-top: 0px !important;

}

.cf_catOption.li-tree_0-1 [type="checkbox"],
.cf_filters_list_li [type="checkbox"] {
  position: relative;
  left: 22px;
  top: -8px;
  z-index: 0;
  -webkit-appearance: none;
}

.cf_catOption.li-tree_0-1 [type="checkbox"]+label,
.cf_filters_list_li [type="checkbox"]+label {}

.cf_catOption.li-tree_0-1 [type="checkbox"]+label::before,
.cf_filters_list_li [type="checkbox"]+label::before {
  width: 22px;
  height: 22px;

  border: 1px solid var(--body-text-color);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 0;
  z-index: 5;
  position: relative;
}

.cf_catOption.li-tree_0-1 [type="checkbox"]:checked+label::before,
.cf_filters_list_li [type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 5px #fff;
  background-color: var(--color-primary);
}

.cf_catOption.li-tree_0-1 [type="checkbox"]:disabled+label::before,
.cf_filters_list_li [type="checkbox"]:disabled+label::before,
.cf_catOption.li-tree_0-1 [type="checkbox"]:disabled+label,
.cf_filters_list_li [type="checkbox"]:disabled+label {
  opacity: 0.5;
}

.cf_filters_list li .cf_sel_opt {
  font-weight: 300;
}

.cf_filters_list li.cf_catOption.li-tree_0>span>.cf_option.cf_sel_opt {
  font-weight: bold;
  color: var(--color-primary);
}

.cf_wrapper_inner {
  margin-top: 5px;
  margin-bottom: 5px;
}

.t4-main-body select {
  border: none;
  border-radius: 0;
  padding: 0px 15px 0px 0px;
  color: var(--body-text-color) !important;

  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/icons/shop-expand.svg);
  background-size: 15px 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
}

.t4-main-body .cf_wrapp_all select {
  color: var(--color-primary);
  padding: 8px 15px 8px 0px;
  width: 100%;
  border-bottom: 1px solid var(--body-text-color);
  font-weight: bold;

}

.order-md-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.fdisplay-number {
  text-align: right;
  margin-bottom: var(--space-extra-small);
}

.vm-product-media-container {

  margin-bottom: var(--space-extra-small);
}

.product-box {

  margin-bottom: var(--space-small);
}

.product-box h5,
.product-box .product_s_desc {

  display: inline;
}

.vm-details-button a {
  display: block;
  width: 37px;
  height: 16px;
  background-size: 37px 16px;
  background-image: url(../images/icons/shop-more.svg);
  overflow: hidden;
  text-indent: -1000px;
  margin-top: 10px;
}

.vm-pagination-bottom>ul,
.pagination {
  margin: 1rem auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.vm-pagination-bottom>ul>li:first-child .pagenav,
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vm-pagination-bottom>ul>li:not(:first-child) .pagenav,
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.vm-pagination-bottom>ul>li.disabled .pagenav,
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.vm-pagination-bottom>ul>li .pagenav,
.page-link {

  position: relative;
  display: block;

  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  color: var(--color-primary);

  padding: 0.375rem 0.75rem;
}

.vm-pagination-bottom>ul>li .pagenav:hover,
.page-link:hover {
  z-index: 2;
  color: var(--color-primary);
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {

  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* ==========================================================================
     SHOP SINGLE
       ========================================================================== */
.back-button-box-shop a {

  color: var(--color-primary) !important;
  font-weight: bold;
  margin-bottom: var(--space-extra-small);
  display: inline-block;
}

.back-button-box-shop a:before {

  content: "< ";
}

.single-btn-box {

  padding-top: var(--space-extra-small);

  max-width: 320px;
}

.single-btn-box a {
  width: 100%;

}

.single-btn-box a+a {
  margin-top: var(--space-extra-small);

}

.view-productdetails .subtitle {

  font-weight: bold;

}

.view-productdetails .subtitle>span {

  font-weight: normal;


}

.view-productdetails .product-sku {
  font-weight: bold;

}

.view-productdetails .cf-title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: var(--space-extra-small);
  border-bottom: 1px solid var(--body-text-color);
  display: block;
}

.view-productdetails .product-field {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}


.view-productdetails .product-field>span {
  width: 33%;
  display: inline-block;
  font-weight: 300;
  padding-right: var(--space-extra-small);
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-productdetails .product-field>span strong {

  font-weight: 300;
}

.view-productdetails .product-field>div {
  width: 60%;
  display: inline-block;
  font-weight: bold;
}

.product-iframe,
.related-box {
  margin-top: var(--space);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-related-products {

  overflow: hidden;
  position: relative;
  position: relative;
  width: 100%;

}

.product-related-products .product-fields-title-wrapper {
  display: none
}


.view-productdetails .product-related-products .product-field>div {
  width: auto;

  font-weight: 300;
  --t4-gutter-x: 2rem;
  flex-wrap: wrap;
  display: flex;

  margin-right: calc(var(--t4-gutter-x) / -2);
  margin-left: calc(var(--t4-gutter-x) / -2);
}


.view-productdetails .product-related-products .product-field>div>* {

  padding-right: calc(var(--t4-gutter-x) / 2);
  padding-left: calc(var(--t4-gutter-x) / 2);

}

.related-btn-box {
  text-align: center;


}

/* ==========================================================================
      HAENDLER FINDEN
       ========================================================================== */
.com-content-article__body {
  position: relative;


}

.search-info-box {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
}

.search-info-box:before {
  content: "i";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 50px;
  background-color: var(--color-primary);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: var(--space-extra-small);
}

.search-box input,
.search-box select {
  width: 48%;
  max-width: 100%;
  border: 1px solid var(--body-text-color);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  margin-bottom: var(--space-extra-small);
  padding: 8px 18px;
}

.search-box select {
  background-position: right 18px center;
}

.form-select:focus,
.search-box input:focus {
  border-color: var(--color-primary);

  -webkit-box-shadow: 0 0 0 0.25rem var(--color-primary);
  box-shadow: 0 0 0 0.25rem var(--color-primary);
}

#search-result-box-error,
#search-result-box {
  margin-top: var(--space-small);
}

#search-result-box {
  font-size: 14px;
}

#search-result-box a {
  text-decoration: underline;
}

#search-result-box .caption {
  padding-bottom: var(--space-extra-small);
  font-weight: bold;
}

#result-box>div {
  margin-bottom: 5px;
}

.row-additional-text h2+h4 {
  margin-top: var(--space-small);
}

/* ==========================================================================
KARRIERE
       ========================================================================== */


.content-box i {

  color: var(--color-primary) !important;
  margin-right: 10px;



}

.item-417 .field-entry.a-text-bottom,
.item-365 .field-entry.a-text-bottom {

  border-bottom: 1px solid var(--body-text-color);
  padding-bottom: var(--space-extra-small);


  border-top: 1px solid var(--body-text-color);
  padding-top: var(--space);
  margin-bottom: var(--space);

}

.uk-scope .nav-bottom .uk-position-small {
  margin: 0;

}


/* ==========================================================================
TEAM
       ========================================================================== */

.bodyWrapper .uk-scope .team-box *+.uk-margin {
  margin-top: 0px !important;
}

.bodyWrapper .uk-scope .team-box h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;

}


/* ==========================================================================
     ACCORDION
       ========================================================================== */

.bodyWrapper .uk-scope .uk-accordion-content ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: var(--space-extra-small);
  list-style: none;
}

.bodyWrapper .uk-scope .uk-accordion-content li::before {
  content: "●";

  margin-left: -17px;
  display: inline-block;
  font-size: 12px;
  width: 17px;
}

.bodyWrapper .uk-scope .uk-accordion-title {

  font-size: var(--h4-font-size);
  line-height: var(--heading-line-height);
  color: var(--body-text-color);
  min-height: 50px;
  padding-right: 60px;
  position: relative;
}

.bodyWrapper .uk-scope .uk-accordion> :nth-child(n+2) {
  margin-top: var(--space-small);
}

.bodyWrapper .uk-scope .uk-accordion-content {
  padding-bottom: var(--space-small);
  margin-top: var(--space-small);
}


.bodyWrapper .uk-scope .uk-accordion-title::before {

  border: 1px solid var(--body-text-color);
  box-shadow: none;
  border-radius: 50px;
  background-size: 22px 22px;
  width: 50px;
  height: 50px;

  margin-left: 0px;
  float: none;

  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}


.bodyWrapper .uk-scope .uk-open .uk-accordion-title::before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IGZpbGw9IiNmZmYiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxIiB4PSIwIiB5PSI2IiAvPgo8L3N2Zz4=");
}

.bodyWrapper .uk-scope .downloads-box .uk-accordion-content a {
  font-weight: 600;
  color: var(--color-primary);

  text-decoration: none;
  background-image: url(../images/icons/downloads.svg);
  background-size: 19px 31px;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-position: center left;
  min-height: 31px;
  min-height: 31px;
  display: inline-block;
  line-height: 31px;
}



/* ==========================================================================
       RESPONSIVE DEFINITIONEN
       ========================================================================== */
@media (max-width: 1600px) {
  :root {
    --body-font-size: 17px;
    --header-height: 160px;
    --space: 80px;
    --space-small: 40px;
    --space-extra-small: 20px;
    --h1-font-size: 2.8rem;
    --h2-font-size: 2.8rem;
    --h3-font-size: 2.4rem;
    --h4-font-size: 1.8rem;
  }

  body.bg-light .uk-scope .uk-slideshow h1 {
    font-size: 4rem !important;
  }

  .logo-image {
    width: 300px;
  }

  .row.row-additional-text,
  .com_customfilters .t4-main-body>div>.row,
  .com_virtuemart .t4-main-body>div>.row,
  .row.content-box,
  .switcher-box .row {
    --t4-gutter-x: 4rem;
  }

  .lead,
  .uk-scope p.lead {
    font-size: 1.6rem;
  }
}

@media (max-width: 1399px) {
  :root {
    --body-font-size: 16px;
  }
}

@media (max-width: 1199px) {
  :root {

    --space: 70px;


    --h1-font-size: 2.6rem;
    --h2-font-size: 2.6rem;
    --h3-font-size: 2.2rem;
    --h4-font-size: 1.6rem;
  }

  .row.row-additional-text,
  .com_customfilters .t4-main-body>div>.row,
  .com_virtuemart .t4-main-body>div>.row,
  .row.content-box,
  .switcher-box .row {
    --t4-gutter-x: 3rem;
  }

  body.bg-light .uk-scope .uk-slideshow .uk-overlay {
    padding-bottom: 135px;
  }

  .scroll-down {

    bottom: 90px;
  }

  body.bg-light .uk-scope .uk-slideshow h1 {
    font-size: 3.5rem !important;
  }


  .view-productdetails .product-field>span,
  .view-productdetails .product-field>div {
    width: 50%;

  }

  .lead,
  .uk-scope p.lead {
    font-size: 1.4rem;
  }

  .leadnumber,
  .uk-scope p.leadnumber {
    font-size: 3.2rem;

  }

  .leadnumber::after {
    font-size: 1.2rem;

    bottom: -0.5rem;
  }
}

@media (max-width: 991px) {
  :root {
    --space-small: 30px;


    --h1-font-size: 2.1rem;
    --h2-font-size: 2.1rem;
    --h3-font-size: 1.9rem;
    --h4-font-size: 1.4rem;
  }

  .custom-box {
    display: none;
  }

  body.bg-light .uk-scope .uk-slideshow h1 {
    font-size: 3rem !important;
  }



  .uk-scope .news>div.uk-grid .image-box>div {

    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: var(--space-extra-small) !important;
  }

  .t4-off-canvas-footer>div,
  .t4-offcanvas .mod-menu>li {
    width: 50%;
  }

  .sidebar-l {
    margin-bottom: var(--space-small);
  }

  #cf_flt_wrapper_virtuemart_category_id_158,
  #cf_flt_wrapper_virtuemart_category_id_159,
  #cf_flt_wrapper_virtuemart_category_id_128,
  #cf_flt_wrapper_virtuemart_category_id_146 {
    margin-bottom: var(--space-extra-small);
  }


  #search-result-box .caption {
    display: none;
  }

  #result-box>div {
    margin-bottom: var(--space-extra-small)
  }

  #search-result-box-error,
  #search-result-box {
    margin-top: var(--space-extra-small)
  }

  .search-info-box {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: var(--space-extra-small);

    padding-left: 60px;
  }

  .search-info-box::before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;

    font-size: 1.3rem;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .search-box input,
  .search-box select {
    width: 100%;

  }



  .bodyWrapper .uk-scope .uk-accordion-title::before {
    border-radius: 36px;
    background-size: 17px 17px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
  }

  .bodyWrapper .uk-scope .uk-accordion-title {

    min-height: 36px;
    padding-right: 45px;
  }

}

@media (max-width: 767px) {
  :root {
    --space: 50px;
    --header-height: 100px;
    --h1-font-size: 2rem;
    --h2-font-size: 2rem;
    --h3-font-size: 2rem;

  }

  .logo-image {
    width: 70px;
  }



  .header-wrap>.mx-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
    align-self: flex-start;
  }

  .footnav-1 a {
    margin: 0 0 0 10px;

    width: 80px;


    background-size: 80px 80px;

    padding-top: 90px;

  }

  #t4-footer .social-box {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footnav-3 {
    margin-top: var(--space-small);
    margin-bottom: var(--space-small);
  }

  .footnav-4 {
    justify-content: flex-start;
  }

  .t4-masthead {
    bottom: auto !important;
    right: 0 !important;
    top: 120px !important;
    display: none;
  }

  .bg-light .t4-masthead {

    display: block;
  }

  .t4-masthead a {
    width: 40px;
    line-height: 1.8;
    text-indent: -1000px;
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding: 0;
    background-size: 40px 40px;
    color: rgba(255, 255, 255, 0);

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .t4-masthead a:hover {
    padding: 5px 50px 5px 10px;
    width: 260px;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    color: var(--body-text-color);
  }

  .t4-masthead p {
    margin-bottom: 10px;
  }

  .scroll-down {
    display: none;
  }

  .gallery-box .index-number {

    left: 30px;

  }

  .uk-scope .single-gallery .uk-position-bottom-left {
    bottom: -60px;
    left: auto;

    right: 0;
  }

  .submenu-box {
    margin-left: 0px;
  }

  .leadnumber,
  .uk-scope p.leadnumber {

    margin-top: 0;

  }

  hr.hr-spacer {

    display: none;
  }

  .uk-scope .switcher-box .col-md-8,
  .content-box>.col-md-8>.com-content-article__body {

    padding-top: var(--space);
    border-top: 1px solid var(--body-text-color);
  }

  .uk-scope .switcher-box .col-md-8 {
    margin-top: var(--space-small);
  }

  .uk-scope .switcher-box h2 {
    margin-top: 0;
  }

  .lead,
  .uk-scope p.lead {

    margin-bottom: var(--space);
  }

  body.bg-light .uk-scope .uk-slideshow h1 {
    max-width: none;
    font-size: 2.5rem !important;
  }

  .field-entry.a-text.selected-0>div>div,
  .field-entry.a-text.selected-1>div>div {

    max-width: 50%;
  }

  .a-text:not(.selected-0):not(.selected-1) .row-additional-text>div {

    margin-bottom: var(--space);
  }

  .load-more-container {

    border-top: 1px solid var(--body-text-color);
    padding-top: var(--space);
  }

  .view-category .content-links {

    border-top: 1px solid var(--body-text-color);
    padding-top: var(--space);
    margin-top: var(--space);
  }

  .uk-scope .switcher-box .uk-thumbnav>* {
    width: 50%;
    margin-bottom: var(--t4-gutter-x);
  }

  .uk-scope .switcher-box .row {
    margin-top: 0;
  }



  .view-productdetails .vm-product-media-container {
    max-width: 300px;
  }

  .view-productdetails .productdetails>.row>.col-md-8 {
    margin-top: var(--space);
  }

  .video-container {

    padding-bottom: 100%;

  }


}

@media (max-width: 639px) {



  :root {

    --t4-gutter-x: 1.5rem;
  }

  .row {
    --t4-gutter-x: 1.5rem;
  }
}

@media (max-width: 575px) {

  :root {

    --h1-font-size: 1.8rem;
    --h2-font-size: 1.8rem;
    --h3-font-size: 1.8rem;

  }

  body.bg-light .uk-scope .uk-slideshow .uk-overlay {
    padding: var(--space-small) var(--t4-gutter-x);
  }




  .t4-off-canvas-footer>div,
  .t4-offcanvas .mod-menu>li {
    width: 100%;
  }

  body.bg-light .uk-scope .uk-slideshow h1 {

    font-size: 2.4rem !important;
  }

  .logo-image {
    width: 50px;
  }

  .footnav-1 a {
    margin: 0 0 0 5px;
    width: 50px;
    background-size: 50px 50px;
    padding-top: 60px;
    font-size: 9px;
  }


  .view-productdetails .product-related-products .product-field>div>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .category-view .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: auto;
  }
}

/* ==========================================================================
PRINT
   ========================================================================== */
@media print {
  @page {
    size: 210mm 297mm;
    margin: 10mm 8mm 10mm 8mm;
  }

  :root {
    --body-font-size: 11px;
  }


  a[href]:after {
    content: none !important;
  }

  .view-productdetails .content-box>.col-md-4 {

    width: 33.33% !important;
  }

  .view-productdetails .content-box>.col-md-8 {

    width: 66.66% !important;
  }

  .view-productdetails .product-field>span,
  .view-productdetails .product-field>div {
    width: 50%;

  }

  html,
  body {
    height: auto;
  }

  .product-iframe,
  .related-box,
  .back-button-box-shop,
  .single-btn-box,
  #t4-footer,
  .t4-header-r,
  .mod-languages {
    display: none !important;
  }

  .view-productdetails .product-field {

    display: flex !important;

  }
}