/* scheherazade-new-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Scheherazade New';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/scheherazade-new-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    --body-color: rgb(71,63,47,1);
    --color-primary: rgb(156,125,52,1);
    --text-margin: 3rem;
    --body-font-family: 'Inter',sans-serif;
    --body-font-size: calc(0.85rem + .25vw);
    --link-color: rgb(71,63,47,1);
    --body-line-height: 1.4;
    --breadcrumb-font-size: .95rem;
    --breadcrumb-item-active-color: rgb(71,63,47,1);
    letter-spacing: 0.02em;
    min-width: 300px;
}

.container-header {
  background: #ffffff;
  z-index: 9999;
}

.container-header .container-nav {
  padding-bottom: 0rem;
}

.container-banner, .container-bottom-a {
  margin: 0 auto;
  max-width: 1600px!important;
}

.logo img {
  width: calc(12.5rem + 4vw);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumb {
  background: none;
  justify-content: flex-end;
}

.breadcrumb .icon-location {
  display: none;
}

#redim-cookiehint {
  max-width: 550px;
  padding: 1.5rem 2rem;
  background: #ffffff;
}

#cookiehintinfo {
  padding-top: .8rem;
}

#redim-cookiehint, #redim-cookiehint a {
    color: var(--body-color);
}

.zitat {
  position: relative;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.zitat .mod-custom {
  background: var(--color-primary);
  border-radius: 50% 50% 0% 50%;
  width: calc(12.7rem + 5.3vw);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.zitat p {
  padding: 3rem 1.5rem 2rem 1.5rem;
  margin: 0rem;
}

.zitat p, .zitat a {
  color: #ffffff;
  font-family: 'Scheherazade New';
  line-height: 1.15em;
  font-size: calc(1.3rem + 0.6vw);
}

.zitat .icons a {
  color: #ffffff;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: 1.15em;
}

.zitat .mod-custom:before {
  content: "";
  display:block;
  padding-top: 100%;
}

.zitat:before {
  content: "\2018\2018";
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--color-primary);
  color: #ffffff;
  width: calc(5rem + 1vw);
  height: calc(5rem + 1vw);
  font-family: 'Scheherazade New';
  line-height: 1.26em;
  font-size: calc(6rem + 1vw);
  text-align: center;
  padding-right: 0.5rem;
  letter-spacing: -0.095em;
  border-radius: 50%;
  z-index: 9;
  border: 4px solid #ffffff;
}

.categories-home .mod-articlesnews, .container-footer .grid-child .mod-custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  gap: 1rem;
  padding: 2rem 0;
}

.categories-home figure {
  overflow: hidden;
  margin: 0rem;
  position: relative;
  aspect-ratio: 1 / 1;
}

.categories-home figure figcaption {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: calc(100% - 2rem);
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #ffffff!important;
  font-family: 'Scheherazade New';
  font-weight: 600;
  font-size: calc(1.2rem + 0.5vw);
  line-height: 1.2em;
}

.categories-home figure img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}

.breadcrumb {
  --breadcrumb-margin-bottom: 1rem;
  --breadcrumb-divider-color: var(--body-color);
  --breadcrumb-item-active-color: var(--body-color);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .cookiehead .headline {
  font-family: var(--body-font-family);
  color: var(--body-color);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}

h1, .h1 {
  font-family: 'Scheherazade New';
  font-size: calc(1.5rem + .7vw);
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--color-primary);
}

h2, .h2, .cookiehead .headline {
  font-family: 'Scheherazade New';
  font-size: calc(1.5rem + .7vw);
  margin-bottom: 2rem;
  color: var(--color-primary);
}

h3, .h3, .com-contact h2 {
  font-family: 'Scheherazade New';
  font-size: calc(1.2rem + .5vw);
  margin-bottom: 1rem;
  color: var(--color-primary);
}

.accordion {
    max-width: 1000px;
}

.accordion-button {
  font-size: var(--body-font-size);
}

.accordion-button:not(.collapsed) {
  color: var(--body-color);
  background-color: #f7f5f4;
}

.container-footer p, .container-footer li {
  margin-bottom: 0rem;
  padding: .15em 0;
}

a:hover, .footer a {
  text-decoration:none;
}

#btn-back-to-top {
  cursor: pointer;
  background: var(--color-primary) ;
  position: fixed;
  bottom: 18rem;
  right: calc(0.5rem  + 1.5vw);
  display:  none;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  z-index: 999 !important;
  border: none;
}

#btn-back-to-top:hover {
  background: var(--body-color) ;
}

#btn-back-to-top .fas {
  padding-top:.2rem;
  font-weight: 600;
  font-size: 1.4rem;
}

.btn, .btn-primary, #redim-cookiehint .cookiebuttons a.btn {
  --btn-bg: var(--color-primary)!important;
  --btn-line-height: 1.3;
  --btn-color: #ffffff!important;
  --btn-border-radius: 2rem 2rem 0rem 2rem!important;
  --btn-padding-x: 1rem;
  --btn-padding-y: .55rem;
  --btn-hover-bg: var(--body-color);
  --btn-hover-color: #ffffff!important;
  background-color: var(--color-primary)!important;
  border-color: var(--color-primary)!important;
  padding: .6rem 1.25rem;
  margin-bottom: .1rem;
  border-radius: 1.5rem;
  min-height: 37.1667px;
}

.readmore .btn {
  display: inline-block;
  background-color: var(--color-primary);
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  border-color: var(--color-primary);
  color: var(--body-color);
  transition: all .3s;
}

.readmore .btn:hover, .btn:hover, .btn-primary:hover, #redim-cookiehint .cookiebuttons a:hover.btn {
  background-color: var(--body-color)!important;
  border-color: var(--body-color)!important;
  color: #ffffff!important;
  transition: all .3s;
}

.images-masonry {
  column-count: 2;
  column-gap: 1rem;
  padding: 1.5rem 0;
}

.images-masonry .item {
  display: inline-block;
  margin: 0 0 1rem;
  width: 100%;
}

.images-masonry.ratio1-1 img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.container-header .grid-child.container-below-top {
  padding: 0rem 1.3rem;
}

.navbar-topmenu {
  justify-content: flex-end !important;
  flex-direction: row;
}

.navbar-topmenu > li  {
  padding: .25rem 0rem 0rem 0rem;
}

.navbar-topmenu > li + li {
  margin-left: 1rem!important;
}

.navbar-topmenu li a {
  color: var(--body-color)!important;
  font-size: 0.95rem;
}

.navbar-topmenu li.current a {
  color: var(--color-primary)!important;
}

.navbar-topmenu li a:hover {
  text-decoration: underline!important;
  color: var(--color-primary)!important;
}

.offcanvas li a {
  color: var(--color-primary)!important;
  font-family: 'Scheherazade New';
  font-weight: 600;
  font-size: 1.7rem;
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
  color: var(--color-primary);
}

.bg-box {
  background: var(--color-primary);
  padding: 3rem;
}

.bg-box .grid-child {
  gap: 4rem;
  flex-direction: column;
}

.bg-box p, .bg-box h2, .bg-box h3 {
  color: #ffffff!important;
}

.footer {
  background: var(--body-color);
  margin-top: 2rem;
}

.footer .grid-child {
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1.3rem 1rem  1.3rem;
}

input:read-only {
  background-color: rgb(156,125,52,0.1);
}

.form-control {
  color: var(--body-color);
  appearance: none;
  background-color: var(--body-bg);
  border: var(--border-width)solid rgb(156,125,52,0.5);
  padding: .5rem .5rem;
  width: 100%;
  max-width: 350px!important;
}

.form-group, .form-label {
  margin: 0rem!important;
}

.control-group {
  margin: .5rem 0;
}

.contentpane {
  padding: 0px;
}

.bfQuickMode .fas.fa-asterisk, .bfQuickMode .bfbs5-fas.bfbs5-fa-asterisk {
  font-size: 8px !important;
  color: var(--color-primary) !important;
}

textarea.form-control {
  height: 180px !important;
}

.modal.fade .modal-dialog {
  overflow: visible;
  background: white;
  top: 17%;
  padding: .5rem;
  font-size: 0.9em;
  max-width: 600px;
  height: auto!important;
}

.modal-content {
  border: none;
}

.modal-content h1, .modal-content h2 {
  font-size: calc(1.5rem + .5vw);
}

.modal-title {
  font-weight: var(--cassiopeia-font-weight-normal,400);
  line-height: 1.2;
}

.modal-header {
  padding-top: 1.3rem;
  align-items: start;
  border-bottom: none;
}

.project-images_3 .custom, .project-images_2 .custom  {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
}

.project-image {
  position: relative;
  aspect-ratio: 1.995;
  display: inline-block;
}

.half .project-image  {
  aspect-ratio: 4.6;
}

.ratio-21x9 {
  --aspect-ratio: 21%;
}

.project-images_2 .project-image, .project-images_3 .project-image {
  aspect-ratio: 1.995;
}

.project-image img {
  object-fit: cover;
  object-position: 50% 0%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}

.lg-hotspots {
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.lg-hotspot {
  z-index: 1050;
  position: absolute;
}


.lg-hotspot .btn {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50% 50% 0% 50%;
  box-shadow: 1px 0px 30px #5f382e;
}

.icon-hotspot-more .btn {
  background: var(--color-primary) url(../images/icon-hotspot-more.png) no-repeat center center;
  background-size: 1.6rem;
}

.icon-hotspot-more .btn:hover {
  background: var(--body-color) url(../images/icon-hotspot-more.png) no-repeat center center;
  background-size: 1.6rem;
}

.icon-hotspot-shop .btn {
  background: var(--color-primary) url(../images/icon-hotspot-shop.png) no-repeat center center;
  background-size: 1.6rem;
}

.icon-hotspot-shop .btn:hover {
  background: var(--body-color) url(../images/icon-hotspot-shop.png) no-repeat center center;
  background-size: 1.6rem;
}

.icon-hotspot-project {
  left: calc(0% + 0.6rem);
  top: calc(100% - calc(3.6rem + 1vw));
}

.icon-hotspot-project .btn {
  background: url(../images/icon-hotspot-project.png) no-repeat center center;
  background-size: calc(3rem + 1vw);
  width: calc(2.8rem + 1vw);
  height: calc(2.8rem + 1vw);
}

.icon-hotspot-shop .btn::after, .icon-hotspot-more .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4E7C6;
  border-radius: 100%;
  z-index: -1;
  animation: pulse 2s infinite;
  will-change: transform;
  animation: pulse-ring infinite 3.5s;
}

@-webkit-keyframes pulse-ring {
  0%,64% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }

  65%{
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0%,64% {
    transform: scale(1, 1);
    opacity: 0;
  }

  65%{
    opacity: .6;
  }

  100% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.shop-gruppe {
  padding-top: 3rem;
}

.itemid-101 .wwsShopSubProductsTitleMainPanel, .itemid-117 .wwsShopSubProductsTitleMainPanel,
.itemid-121 .wwsShopSubProductsTitleMainPanel, .itemid-122 .wwsShopSubProductsTitleMainPanel,
.itemid-120 .wwsShopSubProductsTitleMainPanel, .itemid-118 .wwsShopSubProductsTitleMainPanel {
  display: none; /*do not show group title */
}

@media (min-width: 450px) {

 .wwsShopProductSliderPanel, .wwsShopCategoriesGroupProductsPanel, .wwsShopSubCategoriesPanel, .wwsShopSubProductsPanel {
    grid-template-columns: 1fr 1fr;
  }

.categories-home .mod-articlesnews {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.container-footer .grid-child .mod-custom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
}

.project-images_3 .custom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-images_2 .custom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-images_2 .custom div:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  height: 100%;
  width: 100%;
}
.project-images_2 .custom div:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  height: 100%;
  width: 100%;
}

.project-images_2 .project-image, .project-images_3 .project-image {
  aspect-ratio: 1.33;
}
}


@media (min-width: 768px) {
.logo img {
  padding-top: 0rem;
}

.images-masonry {
  column-count: 3;
}


}

@media (min-width: 992px) {

 .view-article .site-grid {
      grid-template-areas:
".banner banner banner banner."
".top-a  top-a  top-a  top-a. "
".top-b  top-b  top-b  top-b. "
".comp   comp   side-r  side-r."
".bot-a  bot-a  bot-a  bot-a. "
".bot-b  bot-b  bot-b  bot-b. ";
}

.zitat {
  align-self: center;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.categories-home .mod-articlesnews, .container-footer .grid-child .mod-custom, .project-images_3 .custom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-images_3 .custom div:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  height: 100%;
}

.project-images_3.inverse .custom div:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 100%;
}

.offcanvas-body {
  justify-content: flex-end;
}

.container-header .container-nav {
  padding: 0rem 1.3rem .5rem 1.3rem;
}

.container-header nav {
  margin-top: 0em;
}

.offcanvas {
  align-self: flex-end;
}

.offcanvas li {
  padding: 0rem!important;
  margin: 0rem!important;
}

.offcanvas li a {
  padding: .15rem .85rem .3rem .85rem;
  margin: 0rem;
  line-height: 1em;
  display: inline-block;
}

.offcanvas li a:hover, .offcanvas li.active a {
  color: var(--body-color)!important;
}

.offcanvas li .shop {
  background: var(--color-primary) ;
  padding: .15rem 1rem .3rem 1rem;
  color: #ffffff!important;
  border-radius: 2.5rem 2.5rem 0% 2.5rem;
  margin-left: .85rem;
}

.offcanvas .shopcart {
  padding: 0rem 0rem .3rem 1rem;
  top: 0rem;
  left: 0rem;
}

.offcanvas .shopcart img {
  position: relative;
  width: 2rem!important;
  max-width: 2rem;
  overflow: visible;
}

.offcanvas li .shop:hover, .offcanvas li.active .shop {
  background: var(--body-color) ;
  color: #ffffff!important;
}

.offcanvas li.item-123::after, .offcanvas li.item-130::after {
   display: none;
 }

.offcanvas li.active::after, .offcanvas li:hover::after, .offcanvas li.current::after {
    background: var(--body-color) !important;
    height: 1px;
    width: calc(100% - 1rem);
    right: 0px;
    transition: all 0.3s ease;
    opacity: 0.25;
}

.half-width {
  max-width: 655px;
}

.bg-box .grid-child {
  flex-direction: row;
}

.lichtlabor .lichttext {
  align-self: flex-end;
  text-align: right;
  flex: 1 0 35%;
}
}

@media (max-width: 767.98px) {

.navbar-topmenu li.current a, .navbar-topmenu li a:hover {
  color: #ffffff!important;
  text-decoration: none!important;
}
}

@media (max-width: 991.98px) {

.offcanvas.offcanvas-start {
  left: auto;
  right: 0px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: var(--color-primary);
  z-index: 9999999;
}

.icon-menu::before, .offcanvas-header .btn-close {
  font-size: 2.8rem!important;
  color: var(--color-primary);
  --btn-close-color: #ffffff!important;
}

.offcanvas-header .btn-close {
  font-size: 1.5rem!important;
  --btn-close-opacity: 1;
}

.offcanvas ul li {
  position: relative;
  width: 100%;
  margin: .5rem 0;
  text-align: right;
}

.offcanvas .shopcart {
  padding: 0rem .7rem;
  background: #ffffff;
  border-radius: 50% 50% 0% 50%;
  max-width: 55px;
  margin: 0 0px 0 auto;
}

.offcanvas .shopcart img {
  width: 2rem;
}

.offcanvas ul li li {
  margin: .25rem 0;
}

.offcanvas li a {
  color: #ffffff!important;
}

.navbar {
  padding: var(--border-width) 0;
  margin-top: 0rem!important;
}

.navbar-toggler {
  padding: .3rem;
  line-height: 1;
  border-radius: 0.5rem;
}

.wwsShopSubProductImage, .wwsShopSubCategorieImage {
  max-height: 250px!important;
}
}

@media (min-width: 1200px) {
.categories-home .mod-articlesnews, .container-footer .grid-child .mod-custom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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


.categories-home .mod-articlesnews__item:nth-child(3) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}
}

@media (min-width: 1360px) {
.container-header .grid-child.container-below-top {
  padding: 0rem;
}

.container-header .container-nav {
  padding: 0rem 0rem .3rem 0rem;
}
}


@media (prefers-reduced-motion: no-preference) {
.slide-left {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }

.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
}

@media (prefers-color-scheme: dark) {
:root {
  --body-bg:#323232;
  --body-color: #ddd;
  --shadow-color: #111;
  --highlight: #666;
  --link-color: rgb(156,125,52,1);
}

.offcanvas li a, .grey, .grey h3, .grey h4 {
  color: #f5f5f5!important;
}

.footer, .container-header {
  background: #444444;
}

.zitat:before {
  border: 4px solid #323232;
  color: #323232;
}

}
