/* main.css - CSS Variables and Custom Styles */
/* Font-face declaration for Mark W1G */
@font-face {
  font-family: "Mark W1G";
  src: url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.eot");
  src: url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.woff") format("woff"), url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/2d5ddebe9739a037dea229634e3dab4f.svg#Mark W1G") format("svg");
}
/* CSS Custom Properties (Variables) */
:root {
  /* Light theme - using Prinex brand colors */
  --background: 46 86% 97%; /* #fefbf4 - prinex cream */
  --foreground: 0 0% 0%; /* #000000 - prinex black */
  --card: 0 0% 100%; /* #ffffff - prinex white */
  --card-foreground: 0 0% 0%; /* #000000 - prinex black */
  --popover: 0 0% 100%; /* #ffffff */
  --popover-foreground: 0 0% 0%; /* #000000 */
  --primary: 0 0% 0%; /* #000000 - prinex black */
  --primary-foreground: 0 0% 100%; /* #ffffff - prinex white */
  --secondary: 0 0% 85%; /* #d9d9d9 - prinex light-gray */
  --secondary-foreground: 0 0% 0%; /* #000000 */
  --muted: 0 0% 85%; /* #d9d9d9 */
  --muted-foreground: 0 0% 11%; /* #1d1d1b - prinex dark-gray */
  --accent: 46 86% 97%; /* #fefbf4 - prinex cream */
  --accent-foreground: 0 0% 0%; /* #000000 */
  --destructive: 0 84% 60%; /* Red for errors */
  --destructive-foreground: 0 0% 98%; /* Light text on red */
  --border: 0 0% 85%; /* #d9d9d9 - prinex light-gray */
  --input: 0 0% 85%; /* #d9d9d9 */
  --ring: 0 0% 0%; /* #000000 - prinex black */
  --radius: 0.5rem;
}

.dark {
  /* Dark theme - inverted Prinex colors */
  --background: 0 0% 0%; /* #000000 */
  --foreground: 46 86% 97%; /* #fefbf4 */
  --card: 0 0% 11%; /* #1d1d1b - prinex dark-gray */
  --card-foreground: 46 86% 97%; /* #fefbf4 */
  --popover: 0 0% 11%; /* #1d1d1b */
  --popover-foreground: 46 86% 97%; /* #fefbf4 */
  --primary: 46 86% 97%; /* #fefbf4 - prinex cream */
  --primary-foreground: 0 0% 0%; /* #000000 */
  --secondary: 0 0% 11%; /* #1d1d1b */
  --secondary-foreground: 46 86% 97%; /* #fefbf4 */
  --muted: 0 0% 11%; /* #1d1d1b */
  --muted-foreground: 0 0% 85%; /* #d9d9d9 */
  --accent: 0 0% 11%; /* #1d1d1b */
  --accent-foreground: 46 86% 97%; /* #fefbf4 */
  --destructive: 0 62% 30%; /* Darker red for dark theme */
  --destructive-foreground: 0 0% 98%; /* Light text */
  --border: 0 0% 11%; /* #1d1d1b */
  --input: 0 0% 11%; /* #1d1d1b */
  --ring: 46 86% 97%; /* #fefbf4 */
}

/* Font configuration */
body {
  font-family: "Mark W1G", "Mark W1G Regular", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.delay-1 {
  animation-delay: 0.225s;
}
@media (max-width: 540px) {
  .delay-1 {
    animation-delay: 0.125s;
  }
}

.delay-2 {
  animation-delay: 0.45s;
}
@media (max-width: 540px) {
  .delay-2 {
    animation-delay: 0.125s;
  }
}

.delay-3 {
  animation-delay: 0.675s;
}
@media (max-width: 540px) {
  .delay-3 {
    animation-delay: 0.125s;
  }
}

.delay-4 {
  animation-delay: 0.9s;
}
@media (max-width: 540px) {
  .delay-4 {
    animation-delay: 0.125s;
  }
}

.delay-5 {
  animation-delay: 1.125s;
}
@media (max-width: 540px) {
  .delay-5 {
    animation-delay: 0.125s;
  }
}

.delay-6 {
  animation-delay: 1.35s;
}
@media (max-width: 540px) {
  .delay-6 {
    animation-delay: 0.125s;
  }
}

.delay-7 {
  animation-delay: 1.575s;
}
@media (max-width: 540px) {
  .delay-7 {
    animation-delay: 0.125s;
  }
}

.delay-8 {
  animation-delay: 1.8s;
}
@media (max-width: 540px) {
  .delay-8 {
    animation-delay: 0.125s;
  }
}

.delay-9 {
  animation-delay: 2.025s;
}
@media (max-width: 540px) {
  .delay-9 {
    animation-delay: 0.125s;
  }
}

.delay-10 {
  animation-delay: 2.25s;
}
@media (max-width: 540px) {
  .delay-10 {
    animation-delay: 0.125s;
  }
}

header {
  background: inherit;
}

h1,
h2,
.text-h1 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -3%;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1,
  h2,
  .text-h1 {
    font-size: 60px;
    line-height: 58px;
  }
}

.preview-block {
  scroll-margin-top: 40px;
  scroll-behavior: smooth;
}
@media (min-width: 756px) {
  .preview-block {
    scroll-margin-top: 80px;
  }
}

nav a {
  position: relative;
}
nav a.active::before {
  content: "";
  position: absolute;
  left: -120%;
  top: 50%;
  transform: translateY(-50%);
  width: 148px;
  height: 1px;
  background-color: #000000;
  transform-origin: right center;
  animation: lineExtend 2s ease-out 0.2s both;
}
nav a.active.gallerypage::before {
  content: "";
  position: static;
  display: inline-block;
  left: unset;
  top: unset;
  margin-right: 1rem;
  margin-bottom: 3px;
  width: 148px;
  height: 1px;
  background-color: #000000;
  transform-origin: right center;
  animation: lineExtend 2s ease-out 0.2s both;
}

.contact {
  position: relative;
}
.contact.active::before {
  content: "";
  position: absolute;
  left: -156px;
  top: 50%;
  transform: translateY(-50%);
  width: 148px;
  height: 1px;
  background-color: #000000;
  transform-origin: right center;
  animation: lineExtend 0.5s ease-out 0.2s both;
}

@keyframes lineExtend {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}
h1,
h2,
.text-h1 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -3%;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1,
  h2,
  .text-h1 {
    font-size: 60px;
    line-height: 58px;
  }
}

p,
.text-body-1 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-style: regular;
}
@media (min-width: 768px) {
  p,
  .text-body-1 {
    font-size: 15px;
    line-height: 20px;
  }
}

.text-body-2 {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0;
  font-style: regular;
}
@media (min-width: 768px) {
  .text-body-2 {
    font-size: 11px;
    line-height: 13px;
  }
}

/* Desktop styles */
header {
  position: relative;
  z-index: 1000;
}

.hamburger-line {
  width: 36px;
  height: 1px;
  background-color: #000;
  display: block;
}

.cross-line {
  width: 36px;
  height: 1px;
  background-color: #000;
  display: block;
}

#hamburger-btn {
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

#hamburger {
  position: relative;
  height: 16px;
  width: 36px;
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}

#hamburger span {
  width: 36px;
  height: 1px;
  background: #000;
  position: relative;
  margin: 6px 0;
  display: block;
  transition: width 0.3s ease;
}

#hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

#hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

#hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}

#cross {
  position: absolute;
  height: 24px;
  width: 24px;
  transform: rotate(45deg) translateY(-45%) translateX(-3px);
}

#cross span:nth-child(1) {
  height: 0%;
  width: 1px;
  position: absolute;
  transition-delay: 0s;
  background: #000000;
  transition: height 0.3s ease;
}

#cross span:nth-child(2) {
  width: 0%;
  height: 1px;
  position: absolute;
  transition-delay: 0.25s;
  background: #000000;
  transition: width 0.3s ease;
}

#hamburger-btn.open #hamburger span {
  width: 0%;
}
#hamburger-btn.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#hamburger-btn.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
#hamburger-btn.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
#hamburger-btn.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}
#hamburger-btn.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

/* Mobile menu - positioned under header, slides down from top */
#mobile-menu {
  position: fixed;
  top: 80px; /* Approximate header height */
  left: 0;
  width: 100%;
  background-color: #FEFBF4;
  z-index: 999;
  transform: translateY(-120%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#mobile-menu.active {
  transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  #mobile-menu {
    display: none !important;
  }
}
.footer-info-right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-info-right {
    width: calc(50% + 184px);
  }
}

.logo {
  width: 94.31px;
  height: auto;
}
@media (min-width: 768px) {
  .logo {
    width: 136px;
  }
}

.active-mobile {
  font-weight: bold !important;
}

.slider {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
@media (min-width: 756px) {
  .slider {
    display: flex;
    gap: 3rem;
  }
}
.slider .li {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .slider .card {
    width: 22%;
    max-width: 22%;
  }
}
@media (max-width: 768px) {
  .slider .card {
    width: 22%;
    max-width: 22%;
    height: 100%;
  }
}
.slider .card a {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-left: 1px solid #000;
  padding: 0 0 0 16px;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  width: 100%;
}
.slider .card a.hover-effect {
  cursor: pointer;
}
.slider .card a.hover-effect:hover {
  transform: translateY(-10px);
}
.slider .card img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-top: auto;
}
.slider .card .card-text * {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .slider .card .card-text * {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .prev-pic {
    width: calc(56% - 3rem) !important;
  }
}

@media (min-width: 768px) {
  .prev-text {
    width: calc(44% + 3rem) !important;
  }
}

/* 
OVERWRITE LIGHTSLIDER STYLES
*/
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #000 !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #000 !important;
}

.sticky-skid .sticky-block .sticky-preview p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-style: regular;
}
@media (min-width: 768px) {
  .sticky-skid .sticky-block .sticky-preview p {
    font-size: 15px;
    line-height: 20px;
  }
}
.sticky-skid.rightside {
  text-align: right;
}
.sticky-skid.rightside .sticky-block .sticky-preview p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-style: regular;
  order: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .sticky-skid.rightside .sticky-block .sticky-preview p {
    font-size: 15px;
    line-height: 20px;
  }
}
.sticky-skid.rightside .sticky-block .sticky-preview img {
  order: 1;
}

.header a {
  transition: 0.3s ease;
}
.header a:hover {
  text-decoration: underline;
}

.separator:last-child {
  display: none;
}

@media (min-width: 768px) {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
}

main {
  padding-bottom: 24px;
}

.googlemap {
  width: 100%;
  height: 50vh;
}

.signature {
  width: calc(44% + 3rem) !important;
}
@media (max-width: 756px) {
  .signature p {
    padding-left: 4rem;
  }
}
@media (max-width: 756px) {
  .signature h2 {
    padding-left: 4rem;
    padding-right: 1rem;
    line-height: 1.15;
  }
}

.leading-tight {
  line-height: 1.3 !important;
}

.font-normal {
  font-weight: 300 !important;
}

.rmp-left {
  padding-left: 0 !important;
}

.map-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.map-container .map-text {
  align-items: start;
}
.map-container .map-text p {
  order: 1;
}
.map-container .map-text div {
  order: 2;
}
@media (max-width: 756px) {
  .map-container .map-text {
    padding-top: 1rem;
  }
  .map-container .map-text p {
    order: 2;
    margin: 0;
    padding: 0;
  }
  .map-container .map-text div {
    order: 1;
    margin: 0;
    padding: 0;
  }
}
.map-container div:nth-child(1) {
  order: 1;
}
.map-container div:nth-child(2) {
  order: 2;
}
@media (max-width: 756px) {
  .map-container div:nth-child(1) {
    order: 2;
  }
  .map-container div:nth-child(2) {
    order: 1;
  }
}

@media (max-width: 756px) {
  .kontakt > div {
    margin-top: 3rem;
    padding-left: 0 !important;
    width: 100%;
  }
  .kontakt > div p {
    font-size: 18px;
    padding-bottom: 1rem;
  }
  .kontakt > div a {
    margin-bottom: 1rem;
  }
}

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}
.gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .modal-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-modal .modal-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.gallery-modal .modal-close {
  position: absolute;
  top: -64px;
  right: -64px;
}
.gallery-modal .modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .gallery-modal .modal-close {
    font-size: 28px;
    top: -40px;
  }
}

.gallery-images .gallery-thumbnail {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  filter: grayscale(20%);
  opacity: 0.8;
  transition: ease 1s;
}
.gallery-images .gallery-thumbnail:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.gallery-images .gallery-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-logo {
  padding-top: calc(2rem + 14px);
}

.signature {
  width: 100% !important;
}
@media (min-width: 756px) {
  .signature {
    width: calc(44% + 3rem) !important;
  }
}
@media (max-width: 756px) {
  .signature p {
    padding-left: 4rem;
  }
}
@media (max-width: 756px) {
  .signature h2 {
    padding-left: 4rem;
    padding-right: 1rem;
    line-height: 1.15;
  }
}

@media (max-width: 756px) {
  .no-mobile-padding .signature {
    width: 100% !important;
  }
}
@media (max-width: 756px) {
  .no-mobile-padding .signature p {
    padding-left: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
