@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll !important;
  scroll-behavior: auto !important;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --primary-brand-color: #FF0000;
  --secondary-brand-color: #958F80;
  --custom-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  --home-staging: #635448;
  --light-work: #906c4c;
  --light-sculpture: #958F80;
  --architecture: #2e546f;
  --himmel-blau: #3b6493;
  --brown: #6f5b4a;
  --khakigrau: #756444;
}

.custom-shadow{
  box-shadow: var(--custom-box-shadow);
  padding: 10px !important;
}


p {
  font-size: 20px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-left: 5px;
}

/* Keine CSS-Transition/Translate beim Bootstrap-Wechsel */
#carousel-example-generic.no-slide .carousel-inner,
#carousel-example-generic.no-slide .item {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: 0 !important;
}

/* Auch die Bootstrap 3 Left/Right/Zustände neutralisieren */
#carousel-example-generic.no-slide .active.left,
#carousel-example-generic.no-slide .active.right,
#carousel-example-generic.no-slide .next,
#carousel-example-generic.no-slide .prev {
  left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* Volle Viewport-Höhe für die Slides */
#carousel-example-generic,
#carousel-example-generic .carousel-inner,
#carousel-example-generic .item {
  height: 100vh;
  min-height: 100vh;
}

#carousel-example-generic .carousel-centered {
  position: absolute;
  top: 46% !important;
  left: 3.7vw !important;
  transform: translateY(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  z-index: 3;
  text-align: left;
}

/* Text-Container: sanftes Fading */
#carousel-example-generic .carousel-centered {
  transition: opacity 800ms ease-in-out;
}

/* optional: auch für den Unterblock */
#carousel-example-generic .carousel-centered .margin-b-40 {
  transition: opacity 800ms ease-in-out;
}



em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  font-family: Hind, sans-serif;
  color: #515769;
}

a {
  font-family: Hind, sans-serif;
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: var(--primary-brand-color);
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Hind, sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
  
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

::selection {
  color: #fff;
  background: var(--primary-brand-color);
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: var(--primary-brand-color);
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: var(--primary-brand-color);
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

.noContent{
  display: none;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Blockquote]
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 30px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: var(--primary-brand-color);
  content: '“';
}

@media (max-width: 770px) {
  .swiper-slider{
    display: none;
  }
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: var(--primary-brand-color);
  border-color: transparent;
}

.btn-base-bg {
  color: #fff;
  background: var(--primary-brand-color);
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: var(--primary-brand-color);
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
}

/*------------------------------------------------------------------
  	[Pricing]
------------------------------------------------------------------*/
.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pricing {
    margin-top: 0;
  }
}

.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricing.pricing-active {
    margin-top: 0;
  }
}

.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: var(--primary-brand-color);
  content: " ";
  margin-right: 10px;
}

/*------------------------------------------------------------------
  	[Promo Section]
------------------------------------------------------------------*/
@media (max-width: 991px) {
  .promo-section .promo-section-col {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .promo-section {
    position: relative;
    height: 400px;
  }
  .promo-section .promo-section-col {
    width: 45%;
  }
  .promo-section .promo-section-img-left {
    position: absolute;
    top: 0;
    right: 50%;
  }
  .promo-section .promo-section-img-right {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .promo-section .ver-center {
    display: table;
    height: 400px;
  }
  .promo-section .ver-center-aligned {
    display: table-cell;
    vertical-align: middle;
  }
}

/*Products*/

/*------------------------------------------------------------------
  	[Service]
------------------------------------------------------------------*/
.service {
  background: #FFFFFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 50px;
  border-radius: 12px;
  margin: 1%;
  overflow: hidden;
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}




.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  padding-bottom: 20px;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/*project Section*/
  
.project-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.project-section .project-item {
  position: relative;
  margin-bottom: 30px;
}
.project-section .project-item img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
}
.project-section .project-item:nth-child(even) {
  margin-top: 60px;
}
.project-section .project-item img:hover {
  transform: scale(1.05);
}

/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
.work {
  position: relative;
}

.work .work-overlay {
  position: relative;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-content {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*Section style*/








/*
.container-footer {
  background-color: #ffffff;
  padding: 40px;
  margin: 0 auto 50px;
  width: auto;
  max-width: 91%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;;
  position: relative;
  border-radius: 8px;
}
.logo-footer {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 740px) {
  .logo-footer{
    display: none;
  }
}
.header-footer {
  font-size: 24px;
  color: var(--light-sculpture);
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Abnes', sans-serif;
}
.subheader {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.whatsapp-button {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.whatsapp-button a {
  padding: 12px;
  font-size: 14px;
  background-color: #25D366;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
}
.footer {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.footer div {
  width: 30%;
}
.footer h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer p {
  font-size: 12px;
  margin: 5px 0;
}
.footer .about, .footer .help {
  border-bottom: 1px solid #000000;
  padding-bottom: 2vh;
  margin-bottom: 2vh;
}
.footer .about p, .footer .help p {
  margin: 0;
}
.footer .description {
  font-size: 12px;
  line-height: 1.5;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
*/

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.navbar.no-border::before {
  border-bottom: none !important; /* Entfernt die Border */
  content: none !important;      /* Deaktiviert das Pseudo-Element */
}




/* Navbar */
.header .navbar {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  margin-right: 0px;
}

/* Wenn die Navbar die Klasse .white-bg hat: immer weiß und ohne Transition */
.header .navbar.white-bg {
  background-color: #fff !important;
  transition: none !important;
}

.header .navbar.white-bg::before {
  border-bottom-color: #d3d3d3 !important;
}


.header .navbar::before {
  content: '';
  position: absolute;
  bottom: 0;
  margin-left: 3.7%;
  width: 100%;
  border-bottom: 1px solid #d3d3d3 !important;
}

@media (max-width: 992px) {
  .header .navbar::before {
    border-bottom: none !important;
  }
}


/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
  margin-right: 3% !important;
}

@media (max-width: 480px) {
  .header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0;
    margin-right: 3% !important;
    transform: scale(1.2);
  }
}

.page-architecture .navbar-toggle .toggle-icon {
  background: #4B4B4A !important;
}

.page-architecture .navbar-toggle .toggle-icon:before,
.page-architecture .navbar-toggle .toggle-icon:after {
  background: #4B4B4A !important;
}

.page-interior .navbar-toggle .toggle-icon {
  background: #958F80 !important;
}

.page-interior .navbar-toggle .toggle-icon:before,
.page-interior .navbar-toggle .toggle-icon:after {
  background: #958F80 !important;
}







.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 3px;
  display: inline-block;
  background: #906c4c;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #906c4c;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 3px;
  bottom: 11px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 3px;
  top: -5.5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #906c4c;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 3px;
  background: #906c4c;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  width: 170px;
  height: 100px;
  position: fixed;
  top: 10px;
  left: 3.7%;
  max-height: 95px;
  line-height: 70px;
}

@media (max-width: 480px){
  .header .logo {
    width: 170px;
    height: 100px;
    position: fixed;
    top: 10px;
    left: 13%;
    max-height: 120px;
    line-height: 70px;
    transform: scale(1.3);
  }
}



/* Animated Header*/

/* Animation */
.header-animated {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}


/* Standard Styles */
.logo-img-alt {
  display: none;
}

/* Arrow*/
.arrow {
  cursor: pointer;
  height: 120px;
  position: fixed;
  top: 80%;
  transform: translateX(-50%) translateY(-50%);
  rotate: -45deg;
  transition: transform .1s;
  width: 60px;
  left: 1%;
}

.arrow-small {
  cursor: pointer;
  height: 20px;
  left: 15%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(-50%);
  rotate: -45deg;
  transition: transform .1s;
  width: 10px;
}

.arrow-top,
.arrow-bottom {
  background-color: var(--primary-brand-color);
  height: 2px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-top:after,
.arrow-bottom:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: all .15s;
}

.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: .15s;
}

.arrow:hover .arrow-top:after {
  left: 0;
  transition-delay: .15s;
}

.arrow:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}


@media (max-width: 540px) {
  .arrow{
    display: none;
  }
}


@keyframes fly-in-out {
  0% {
    transform: translateX(-70%) translateY(20%) rotate(-45deg); /* Starts off-screen bottom-left */
    opacity: 0;
  }
  45% {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); /* Moves to original position */
    opacity: 1;
  }
  55% {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); /* Stays at original position briefly */
    opacity: 1;
  }
  100% {
    transform: translateX(-30%) translateY(-80%) rotate(-45deg); /* Flies out top-right */
    opacity: 0;
  }
}

.slide-out-left {
  transform: translateX(-100%);
  transition: transform 1s ease-in-out;
}

/* Slide in from the right */
.slide-in-right {
  transform: translateX(0%);
  transition: transform 1s ease-in-out;
}


/* Arrow for Home Staging */
.arrow-home-staging {
  cursor: pointer;
  height: 220px;
  left: 78%;
  position: fixed;
  top: 42%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: transform 0.1s;
  width: 160px;
  animation: fly-in-out 2s infinite ease-in-out;
}


.arrow-home-staging-second {
  cursor: pointer;
  height: 150px;
  left: 67%;
  position: fixed;
  top: 33%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: transform 0.1s;
  width: 70px;
}

.arrow-home-staging-small {
  cursor: pointer;
  height: 20px;
  left: 15%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(-50%);
  rotate: -45deg;
  transition: transform 0.1s;
  width: 10px;
}

.arrow-top-home-staging,
.arrow-bottom-home-staging {
  background-color: #fff;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-top-home-staging:after,
.arrow-bottom-home-staging:after {
  background-color: #fff; /* Default color is white */
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.arrow-top-home-staging {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.arrow-top-home-staging:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.arrow-bottom-home-staging {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.arrow-bottom-home-staging:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}


.arrow-home-staging:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}


.arrow-hover {
  cursor: pointer;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 80px;
}

/* Common styles for both top and bottom parts of the arrow */
.arrow-top-hover,
.arrow-bottom-hover {
  background-color: #666;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* Arrow top */
.arrow-top-hover {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

/* Arrow top pseudo-element */
.arrow-top-hover:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  transition: all 0.15s;
  transition-delay: 0s;
}

/* Arrow bottom */
.arrow-bottom-hover {
  transform: rotate(-45deg);
  transform-origin: top right;
}

/* Arrow bottom pseudo-element */
.arrow-bottom-hover:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  transition: all 0.15s;
  transition-delay: 0.15s;
}

/* Hover effect for both top and bottom */
.arrow-hover:hover .arrow-top-hover:after {
  left: 0;
  transition-delay: 0.15s;
}

.arrow-hover:hover .arrow-bottom-hover:after {
  right: 0;
  transition-delay: 0s;
}

/* Active state scaling */
.arrow-hover:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}


.arrow-hover {
  cursor: pointer;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 80px;
  z-index: 1000;
}

/* Common styles for both top and bottom parts of the arrow */
.arrow-top-hover,
.arrow-bottom-hover {
  background-color: #666;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* Arrow top */
.arrow-top-hover {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

/* Arrow top pseudo-element */
.arrow-top-hover:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  transition: all 0.15s;
  transition-delay: 0s;
}

/* Arrow bottom */
.arrow-bottom-hover {
  transform: rotate(-45deg);
  transform-origin: top right;
}

/* Arrow bottom pseudo-element */
.arrow-bottom-hover:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  transition: all 0.15s;
  transition-delay: 0.15s;
}

/* Hover effect for both top and bottom */
.arrow-hover:hover .arrow-top-hover:after {
  left: 0;
  transition-delay: 0.15s;
}

.arrow-hover:hover .arrow-bottom-hover:after {
  right: 0;
  transition-delay: 0s;
}

/* Active state scaling */
.arrow-hover:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}





/* Arrow container */
.arrow-container-hover {
  display: flex;
  justify-content: center; /* Center arrow parts */
  align-items: center; /* Align arrow parts */
  position: absolute;
  width: calc(6vw + 3vh);
  height: calc(6vw + 3vh);
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(-90deg); /* Rotate container by 90 degrees to point right */
  z-index: 100;
}

.arrow-container-hover:hover {
  cursor: pointer;
}

/* Arrow styles */
.arrow-hover {
  position: absolute;
  transition: all 0.4s ease;
}

/* Styling arrow lines */
.arrow-hover:before,
.arrow-hover:after {
  content: '';
  display: block;
  position: absolute;
  transform-origin: bottom right; /* Adjust origin */
  background: #FF0000; /* Make arrow parts white for visibility */
  width: 4px; /* Thickness of the arrow lines */
  height: 50px; /* Length of the arrow lines */
  border-radius: 10px;
  transform: translate(-50%, -50%) rotate(45deg); /* Adjust to point right */
  transition: all 0.4s ease;
}

.arrow-hover:after {
  transform: translate(-50%, -50%) rotate(-45deg); /* Adjust to point right */
}

/* Hover effect to animate arrows */
.arrow-container-hover:hover .arrow-hover {
  top: 50%;
}

.arrow-container-hover:hover .arrow-hover:before {
  transform: translate(-50%, -50%) rotate(30deg); /* Spread effect */
}

.arrow-container-hover:hover .arrow-hover:after {
  transform: translate(-50%, -50%) rotate(-30deg); /* Spread effect */
}

/* Styling for each arrow based on nth-child */
.arrow-hover:nth-child(1) {
  opacity: 0.3;
  top: 15%; /* Positioning for first arrow part */
}

.arrow-hover:nth-child(2) {
  opacity: 0.6;
  top: 50%; /* Center positioning for second arrow part */
}

.arrow-hover:nth-child(3) {
  opacity: 0.9;
  top: 85%; /* Positioning for third arrow part */
}






.rand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0%;
  top: 70%;
}

.rand-work {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0%;
  top: 30%;
}

.rand-about {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0%;
  top: 30%;
  z-index: 101;
}

.rand-container {
  width: 50px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rand-container.phone {
  background-color: #FF0000;
}

.rand-container.phone i {
  color: #FFFFFF;
  font-size: 20px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 300px;
}

.phone-number {
  font-weight: bold;
  color: #906c4c;
}

.modal-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}

.modal-buttons button {
  background-color: #906c4c;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-buttons button:hover {
  background-color: #906c4c;
}

.modal-buttons button:last-child {
  background-color: #ccc;
  color: black;
}

.modal-buttons button:last-child:hover {
  background-color: #999;
}



.rand-container.contact {
  background-color: #FFFFFF;
  transform: rotate(0deg);
  right: 0%;
}

.rand-container.contact i {
  color: #FF0000;
  font-size: 20px;
}


/*Promo Section*/
.promo-section-img-right{
  margin-right: 0px !important;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}

.partner-container{
  box-shadow: var(--custom-box-shadow);
  padding: 50px;
}



.custom-container {
  position: relative;
  overflow: hidden;
  background-color: white;
  color: black;
  text-align: center;
  height: 250px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in, color 0.3s ease;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.custom-container:hover {
  color: white;
}

.custom-container img {
  transition: 0.3s;
  position: absolute;
  right: 10%;
  bottom: 10%;
  opacity: 0; /* Unsichtbar im Normalzustand */
  z-index: 3;
}

.custom-container:hover img {
  opacity: 1; /* Sichtbar beim Hover */
}

/* Text erscheint von unten */
.custom-container .hover-text {
  position: absolute;
  bottom: -50px; /* Startet unterhalb des Containers */
  left: 0;
  width: 100%;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
  opacity: 0;
}

.custom-container:hover .hover-text {
  display: none;
  bottom: 10%;
  opacity: 1;
  font-size: 10px;
}

/* Grauer Schatten über den Container, standardmäßig sichtbar */
.custom-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Grauer Schatten standardmäßig sichtbar */
  transition: background-color 0.3s ease-in-out;
  z-index: 2; /* Über dem Inhalt */
}

.custom-container:hover::before {
  background-color: rgba(0, 0, 0, 0); /* Schatten verschwindet beim Hover */
}

/* Stellt sicher, dass der Inhalt über dem Schatten liegt */
.custom-container * {
  position: relative;
  z-index: 3;
}

/* Specific background images for each container */
.col-sm-4:nth-child(1) .custom-container {
  background-image: url('/assets/Logos/Partner/Edra/logo_edra.png');
}

.col-sm-4:nth-child(2) .custom-container {
  background-image: url('/assets/Logos/Partner/BrandVanEgmond/template_2.png');
}

.col-sm-4:nth-child(3) .custom-container {
  background-image: url('/assets/Logos/Partner/Edra/edra_template.png');
}

.col-sm-4:nth-child(4) .custom-container {
  background-image: url('/assets/Logos/Partner/Edra/edra_holz_1.jpg');
}

.col-sm-4:nth-child(5) .custom-container {
  background-image: url('/assets/Logos/Partner/Edra/s&p_holz.jpg');
}

.col-sm-4:nth-child(6) .custom-container {
  background-image: url('/path/to/your-image6.jpg');
}

.col-sm-4:nth-child(7) .custom-container {
  background-image: url('/path/to/your-image7.jpg');
}

.col-sm-4:nth-child(8) .custom-container {
  background-image: url('/assets/Logos/Partner/S&P/s&p_landbau.jpeg');
}


@keyframes animate {
  0%,
  20% {
      transform: scaleX(0);
  }

  40% {
      transform: scaleX(1);
      transform-origin: left;
  }

  40.000001%,
  60% {
      transform: scaleX(1);
      transform-origin: right;
  }

  80%,
  100% {
      transform: scaleX(0);
      transform-origin: right;
  }
}

@keyframes animateDot {
  0% {
      transform: translateY(-50%) scale(0);
  }

  5% {
      transform: translateY(-50%) scale(1);
  }

  15%,
  20% {
      transform: translateY(-50%) scale(1);
      box-shadow: 0 0 0 4px #fff,
  }

  40% {
      transform: translateY(-50%) translateX(1495px) scale(1);
  }

  80% {
      transform: translateY(-50%) translateX(1495px) scale(1);
      box-shadow: 0 0 0 4px #fff,
  }

  95% {
      transform: translateY(-50%) translateX(395px) scale(1);
      box-shadow: none;
  }

  100% {
      transform: translateY(-50%) translateX(395px) scale(0);
  }
}

.carousel-indicators {
  bottom: 20px; /* Abstand von unten */
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
/*
.animation-first{
  animation: 2s slide-right;
   animation-delay: 1s;
}*/


.animation-second{
  animation: 2.5s slide-right-slow;
   animation-delay: 1s;
}

@keyframes slide-right {
  from {
     margin-left: -200px;
  }

  to {
     margin-left: 0%;
  }
}


@keyframes slide-right-slow {
  from {
     margin-left: -400px;
  }

  to {
     margin-left: 0%;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  border-radius: 50%;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #fff;
}



.progress-container {
  position: fixed;
  width: 61%;
  height: 2px;
  background-color: #727171;
  bottom: 80px !important;
  left: 3.7%;
  z-index: 1;
}


.progress-bar {
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(to left, white 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  animation: slide 4s linear infinite;
  transition: width 0.6s ease-in-out;
}

.button-container {
  position: fixed;
  width: auto; /* Sie können eine spezifische Breite setzen, falls nötig */
  bottom: 20px !important; /* Vertikale Position des Buttons relativ zur Progressbar */
  left: 3.7%; /* Fester Abstand zur linken Seite des Bildschirms */
  transition: all .5s ease;
  color: #fff;
  border: 1px solid white;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  background-color: transparent;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  border-radius: 10px;
  z-index: 14; /* Unter der Progressbar, falls nötig */
}

.button-container:hover {
  color: #001F3F;
  background-color: #fff;
}

@keyframes slide {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}


.space{
  width: 15px;
  height: 15px;
}


/* Parallax Section */
.parallax-section {
  position: relative;
  height: 290px;
  overflow: hidden;
}

.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url('/img/1920x1080/01.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
  transform: translateY(0px);
  transition: transform 0.1s linear; /* Optional smooth transition */
}
.parallax-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  text-align: left;
  padding: 10px;
  overflow: hidden;
}

/* Styling für das h1-Element */
.parallax-content h1 {
  font-size: 3em;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 10px;
}

/* Styling für das p-Element */
.parallax-content p {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 10px;
}

/* Gemeinsame Background-Animation für h1 und p */
.parallax-content::before {  
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 0.3;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .4s ease;
  border-radius: 12px;
}


.parallax-content:hover::before{
  transform: scaleX(1);
  transform-origin: bottom left;
}

.noEffect .parallax-content{
  background: transparent !important;
}



/*Work Section*/

h1{
  text-align:left;
  text-transform: uppercase;
  color: #000; 
  font-size: 4rem;
  font-weight: 300;
}

.work-roller-container{
  padding-bottom: 30px;
}

.roller{
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: left;
  color: #1D3557;
}


#spare-time{
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 1rem;
  margin-top: 0;
  color: #A8DADC;
  
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;  
  font-size: 20px;
}

@keyframes slide {
  0%{
    top:0;
  }
  25%{
    top: -4rem;    
  }
  50%{
    top: -8rem;
  }
  72.5%{
    top: -12.25rem;
  }
}

@media screen and (max-width: 600px){
  h1{
  text-align:center;
  text-transform: uppercase;
  color: #000; 
  font-size: 2.125rem;
}
  
  .roller{
  height: 2.6rem; 
  line-height: 2.125rem;  
  }
  
  #spare-time {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  
  .roller #rolltext {  
  animation: slide-mob 5s infinite;  
}
  
  @keyframes slide-mob {
  0%{
    top:0;
  }
  25%{
    top: -2.125rem;    
  }
  50%{
    top: -4.25rem;
  }
  72.5%{
    top: -6.375rem;
  }
}
}








/* Next Section */
.next-section {
  padding: 50px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.next-section h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.next-section p {
  font-size: 1.2em;
  color: #333;
}

.white-background{
  background-color: #FFFFFF !important;
}


.content-lg.container.higher {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0% !important;
}



@media (max-width: 786px) {
  #carousel-example-generic .item:nth-child(5) {
    background-image: url('../assets/Light_Sculptures/Light_Sculpture_07_center_bottom_darken_extended_200_seamfix.png') !important;
    background-position: center !important;
}
  #carousel-example-generic .item:nth-child(3) {
    background-image: url('../assets/Light_Sculptures/Light_Sculpture_10_mid_darken.png') !important;
    background-position: top !important;
}
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0% !important;
  width: 120%;
  justify-content: center;
}
.row-100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.row .col-sm-4 {
  padding-left: 0;
}


.col-sm-4{
  display: flex;
  align-items: stretch;
}

.row .col-sm-4 h3,
.row .col-sm-4 p,
.row .col-sm-4 a {
  margin-left: 0; /* Remove left margin */
  padding-left: 0; /* Remove left padding */
  text-align: left; /* Ensure text alignment is left */
}


.feature-container {
  display: flex;
  justify-content: flex-start;
  margin-left: 3.7%; /* Sets the margin for the entire row */
}

.feature-box {
  margin-right: 2%; /* Adds spacing between the columns */
  flex: 1;
}

.feature-box:last-child {
  margin-right: 0; /* Removes the right margin from the last item */
}

.col-container {
  flex: 1;
  margin: 10px;
  min-width: calc(33.333% - 20px);
  box-sizing: border-box;
}

.col-md-4 {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

@media (max-width: 786px) {
  .gap-container{
    display: none;
  }
}

/* Einheitliche Höhe für die Boxen */
.container-box {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 30px;
  padding-bottom: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  transition: transform 0.3s ease;
}

.container-box:hover{
  transform: scale(1.04);
}

/* Bild im Container anpassen */
.container-box img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.container-box h3{
  font-family: 'Abnes', sans-serif;
  word-break: normal;
  font-size: 1.15em !important;
}

.container-box a {
  margin-bottom: 50px;
}

.container-box p{
  color: var(--light-work);
}

.container-box-blocktext {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
  line-height: 1.6;
}





/* Dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: var(--light-work);
  min-width: 220px;
  padding: 10px 0;
  z-index: 1000;
  overflow: hidden;
  margin-top: -1.5px !important;
  border: none !important;
  box-shadow: none !important;

  transform-origin: top center;
  opacity: 0;
  animation: slideDown 300ms ease-out forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px) scaleY(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}


/* Stil für die einzelnen Links im Dropdown */
.dropdown-menu li {
  list-style: none;
  padding: 4px 0;
  line-height: 1;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #727272;
  display: block;
  padding-left: 12px;
  transition: background-color 0.3s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}

.dropdown-menu li .a-light-work {
  text-decoration: none;
  color: #958F80;
  display: block;
  padding-left: 12px;
  transition: background-color 0.5s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}

.dropdown-menu li .a-light-work:hover {
  background-color: #ffffff;
  color: #958F80 !important;
  font-weight: 600;
  transform: scale(1.05);
  border-radius: 10px;
}

.dropdown-menu li .a-architecture {
  text-decoration: none;
  color: #4B4B4A;
  display: block;
  padding-left: 12px;
  transition: background-color 0.5s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}

.dropdown-menu li .a-corporate {
  text-decoration: none;
  color: #8b6c49;
  display: block;
  padding-left: 12px;
  transition: background-color 0.5s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}

.dropdown-menu li .a-home-staging {
  text-decoration: none;
  color: #8b6c49;
  display: block;
  padding-left: 12px;
  transition: background-color 0.5s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}


.dropdown-menu li .a-work-navigation {
  text-decoration: none;
  color: #8b6c49;
  display: block;
  padding-left: 12px;
  transition: background-color 0.5s ease, color 0.3s ease, text-decoration 0.3s ease, border-radius 0.3s ease;
}


.dropdown-menu li a:hover {
  background-color: #ffffff;
  color: var(--light-work);
  font-weight: 600;
  transform: scale(1.05);
  border-radius: 10px;
}


.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}


.nav-item.dropdown {
  position: relative;
  margin-top: -1.9px;
  border: none;
}


/* Styles for small screens */
@media (max-width: 992px) {
  .logo-img-main {
      display: inline-block !important;
  }
  .logo-img-alt {
      display: none !important;
  }
}

.header .logo-wrap {
  display: inline-block;
  padding: 5px 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: calc(9vw + 5vh);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: 0% !important;
}


/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px 15px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child-color {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #906c4c;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px 12px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



.header .nav-item-child-black {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #958F80;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px 12px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child-architecture {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #4B4B4A;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px 12px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child-corporate {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #8b6c49;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px 12px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}




.red{
  color: #FF0000;
}

.main-color{
  color: #906c4c !important;
}

.header .nav-item-hover {
  position: relative;
}


/*
.grey-border{
  border-bottom: 1px solid #d3d3d3 !important;
  margin-left: 3.7% !important;
} */

.header .nav-item-hover:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  background: var(--primary-brand-color) !important;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}




/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
    .header:not(.no-collapse) {
      background: #fff !important;
    }
    .header .navbar::before {
      border-bottom: 1px solid #d3d3d3 !important;
    }

.page-collapse .navbar-toggle .toggle-icon {
  background: #fff !important;
}

.page-collapse .navbar-toggle .toggle-icon:before,
.page-collapse .navbar-toggle .toggle-icon:after {
  background: #fff !important;
}

.header.no-collapse .nav-item-child {
  color: #fff !important;
}

.header.no-collapse .dropdown-menu {
  display: none !important;
}


    
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }


  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: var(--light-work);
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-child-black {
    color: #958F80;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-child-color {
    color: #906c4c;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-child-architecture {
    color: #4B4B4A;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-child-corporate {
    color: #8b6c49;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }

  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
}




/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
    margin-right: 0% !important;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .navbar::before {
    background: #fff;
    border-bottom-color: var(--light-work);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: var(--light-work);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .logo-img-main{
    display: inline-block !important;
  }
  .page-on-scroll .logo-img-alt{
    display: none !important;
  }
}


/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px; /* Vertikale Zentrierung */
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 50%; /* Rundes Design */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Schatten für Tiefe */
  visibility: hidden;
  opacity: 0;
  padding: 0; /* Kein zusätzliches Padding */
  transform: translateY(50px);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  cursor: pointer;
}

.back-to-top.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); /* Schieb nach oben, wenn sichtbar */
}

.back-to-top:hover {
  background-color: #404552;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Intensiverer Schatten */
  transform: scale(1.1); /* Leichte Vergrößerung bei Hover */
  color: #ffffff;
}

.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}



/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* Grundlayout für den Ladebildschirm */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh; /* ← Änderung hier */
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  pointer-events: none;
}


/* Neuer Kreis-Loader */
.loader {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #8b6c49 !important;
  border: 2px solid;
  box-sizing: border-box;
  position: relative;
  transform-origin: left;
  animation: l2 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid;
  box-sizing: content-box;
  transform-origin: 50% calc(100% - 4px);
  animation: inherit;
}

.loader::after {
  inset: auto 0 calc(100% + 2px);
  animation-duration: 0.5s;
  animation-direction: reverse;
  transform-origin: 50% calc(200% - 2px);
}

@keyframes l2 {
  100% { transform: rotate(1turn); }
}




/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  position: absolute;
  top: 50%;
  left: 3.7%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}



.carousel-centered-work {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}


.container-box {
  background-color: #edf0f2;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.container-box:not(:has(img)) {
  justify-content: center;
  text-align: center;
}


.container-box img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 5%;
  object-fit: cover; /* Falls Bild kleiner ist, passt es sich proportional an */
}

/* Heading passt sich dynamisch an */
.container-box h3 {
  font-size: 1.5em;
  margin-top: 25px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

/* Text bleibt flexibel */
.container-box p {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1.5; /* Lesbarkeit erhöhen */
  word-wrap: break-word; /* Text bricht um, falls er zu lang ist */
  flex-grow: 1; /* Füllt den verfügbaren Platz */
}

/* Button bleibt anpassbar und zentriert */
.container-box a {
  display: inline-block;
  margin-top: auto; /* Drückt den Button nach unten */
  padding: 10px 20px;
  border: 1px solid var(--light-work);
  border-radius: 5px;
  text-decoration: none;
  color: var(--light-work);
  transition: all 0.3s ease;
  width: fit-content; /* Passt sich dem Textinhalt an */
}

/* Icon im Button */
.container-box a .fas {
  color: var(--light-work);
  transition: color 0.3s ease;
}

/* Hover-Effekt für den Button */
.container-box a:hover {
  background-color: var(--light-work);
  color: #fff;
}

/* Hover-Effekt für das Icon im Button */
.container-box a:hover .fas {
  color: #fff;
}

/* Responsive Anpassungen für kleinere Bildschirme */
@media (max-width: 768px) {
  .container-box {
    padding: 15px;
    min-height: 450px; /* Reduziere Mindesthöhe für kleinere Bildschirme */
  }

  .container-box h3 {
    font-size: 1.3em;
  }

  .container-box p {
    font-size: 0.9em;
  }

  .container-box a {
    padding: 8px 16px;
  }
}


@font-face {
  font-family: 'Abnes';
  src: url('../fonts/abnes.otf') format('opentype'),
      url('../fonts/abnes.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/*Showroom Section*/
/* Base styling */
.showroom-section {
  display: flex;
  align-items: center;
  height: 600px;
  flex-wrap: wrap;
}

.showroom-image,
.showroom-text {
  flex: 1;
  height: 100%;
}

.showroom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.showroom-text h2 {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem); /* Responsive font size */
}

.showroom-text p {
  font-size: clamp(1rem, 2vw, 1.25rem); /* Responsive font size */
}

/* Responsive styling */
@media (max-width: 768px) {
  .showroom-section {
      flex-direction: column;
      height: auto;
  }

  .showroom-image,
  .showroom-text {
      width: 100%;
      height: auto;
  }

  .showroom-text {
      padding: 10px;
  }
}



.carousel-title {
  font-size: calc(1.5vw + 1.5vh) !important;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: 'Abnes', sans-serif;
}

@media (max-width: 480px) {
  .carousel-title{
    margin-bottom: 5px !important;
  }
}

.carousel-title-work {
  font-size: calc(2vw + 0.5vh) !important;
  font-weight: 400;
  color: #000 !important;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: 'Abnes', sans-serif;
  margin-top: 0px;
}

.carousel-p{
  font-size: calc(1.5vw + 1.2vh) !important;
  font-weight: 400;
  line-height: 1.1;
  margin-left: 0%;
  color: #e9e9e9;
}

.quote-author {
  display: block;
  margin-top: -10px;
  text-align: left;
  color: #e9e9e9;
  margin-left: 0%;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 480px) {
  .carousel-p{
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 1%;
  }
}

@media (max-width: 1000px) {
  .carousel-p{
    color: #e9e9e9;
    line-height: 1.3;
  }

  .quote-author {
    display: block;
    font-style: italic;
    margin-top: 0px;
    text-align: left;
    color: #e9e9e9;
  }
}

@media (min-width: 1200px) {
  .carousel-p{
    font-size: calc(0.5vw + 2vh) !important;
  }

  .carousel-title{
    font-size: calc(1.5vw + 0.5vh) !important;
  }
}




.animation-second{
  font-size: calc(1vw + 1.5vh);
}

.abnes{
  font-family: "Abnes", sans-serif;
}



@media (max-width: 768px) {
  .carousel-title {
    font-size: 60px;
  }
}

@media (max-width: 453px) {
  .carousel-title {
    font-size: 50px;
  }
}

@media (max-width: 344px) {
  .carousel-title {
    font-size: 40px;
  }
}

@media (max-width: 299px) {
  .carousel-title {
    font-size: 29px;
  }
}

/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #515769;
  content: "\e082";
}

/* Positioning of infowindow */
.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}

/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/*Media Query below 546px*/

@media (max-width:546px) {
  .arrow {
    cursor: pointer;
    height: 120px;
    left: 30%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(-50%);
    rotate: -45deg;
    transition: transform .1s;
    width: 60px;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.custom-swiper{
  background-color: #5c5b5b;
  border-radius: 12px;
  border:#fff, 1px, solid;
  padding: 10px;
}
.black-background{
  background-color: #000 !important;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: var(--primary-brand-color);
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: var(--primary-brand-color);
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Parallax Content]
------------------------------------------------------------------*/
.parallax-content {
  padding-top: 220px;
  padding-bottom: 120px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
.container-full-width {
  width: 100%;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.7%;
  padding-right: 3.7%;
}


.container-fluid{
  padding-left: 2.9%;
  padding-right: 2.9%;
}






.container h1{
  font-size: 40px !important;
}
.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}

/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}

/*Scrollbar*/

/* Horizontal scrollbar */
::-webkit-scrollbar {
  width: 5px;    /* Vertical scrollbar (not in use) */
  height: 8px;   /* Horizontal scrollbar height */
  display: none;
}

/* Track for the scrollbar */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);  /* Slightly visible track */
  border-radius: 10px;
  display: none;
}

/* Scrollbar thumb (the movable part) */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);  /* Darker thumb for better visibility */
  border-radius: 10px;
  display: none;
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);  /* Slightly darker on hover */
  display: none;
}




/* Horizontal scrollbar */
.timeline-wrapper-light-work::-webkit-scrollbar {
  width: 5px;    /* Vertical scrollbar (not in use) */
  height: 8px;   /* Horizontal scrollbar height */
}

/* Track for the scrollbar */
.timeline-wrapper-light-work::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);  /* Slightly visible track */
  border-radius: 10px;
}

/* Scrollbar thumb (the movable part) */
.timeline-wrapper-light-work::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);  /* Darker thumb for better visibility */
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
.timeline-wrapper-light-work::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);  /* Slightly darker on hover */
}

#architecture-mouse-scroll {
  position: absolute;
  top: 35%;
  padding: 1vw;
}


.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin: 4vh;
  transform: rotate(-90deg);
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 25px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}


.m_scroll_arrows {
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg); /* Rotated to create the arrow effect */
  margin: 0 auto 3px auto; /* Center the arrows and add some spacing */
}

.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
  animation-direction: alternate;
}

/* Add individual delays for each arrow */
.unu {
  animation-delay: .1s;
}

.doi {
  animation-delay: .2s;
  margin-top: -6px; /* Adjust vertical spacing */
}

.trei {
  animation-delay: .3s;
  margin-top: -6px; /* Adjust vertical spacing */
}


.mouse_scroll-left {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 20px;
  transform: rotate(90deg);
}


.wheel-left {
  height: 5px;
  width: 2px;
  display: block;
  margin: 25px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel-left {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}



.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/* Ladeanimation */
.loader {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #000;
  border: 2px solid;
  box-sizing: border-box;
  position: relative;
  transform-origin: left;
  animation: l2 1s infinite linear;
  margin: 50vh auto;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid;
  box-sizing: content-box;
  transform-origin: 50% calc(100% - 4px);
  animation: inherit;
}

.loader::after {
  inset: auto 0 calc(100% + 2px);
  animation-duration: 0.5s;
  animation-direction: reverse;
  transform-origin: 50% calc(200% - 2px);
}

@keyframes l2 {
  100% {
    transform: rotate(1turn);
  }
}




















/* General Transition for Containers */
.timeline-container-light-work,
.timeline-image-light-first,
.timeline-container-light-right-text,
.timeline-container-light-third-text,
.timeline-container-light-fourth-text,
.timeline-container-light-fifth-text,
.timeline-image-light-second,
.timeline-image-light-third,
.timeline-image-light-fourth,
.timeline-image-light-fifth {
  transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transition */
}

/* Lift and Shadow Effect */
.timeline-container-light-work,
.timeline-image-light-first,
.timeline-container-light-right-text,
.timeline-image-light-second,
.timeline-container-light-third-text,
.timeline-image-light-third,
.timeline-container-light-fourth-text,
.timeline-image-light-fourth,
.timeline-container-light-fifth-text,
.timeline-image-light-fifth {
    transform: translateY(-10px); /* Lift the container */
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2); /* Add shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image Containers */
.timeline-image-light-first,
.timeline-image-light-second,
.timeline-image-light-third,
.timeline-image-light-fourth,
.timeline-image-light-fifth,
.timeline-image-light-left-second {
  min-width: 100%; /* Ensures the container is at least the full width */
  min-height: 100%; /* Ensures the container is at least the full height */
  background-position: center center; /* Centers the image */
  background-size: contain; /* Ensures the image fits within the container without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  flex: 0 0 auto; /* Prevent items from shrinking or growing */
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}




/* Light Work Gallery */
/* Horizontal scrolling for Light Work page */
.timeline-wrapper-light-work {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden !important;
  height: 100vh;
  scroll-behavior: smooth;
  white-space: nowrap;
  margin-top: -5.8vh;
  transform: scale(0.89) translateX(-9.5vw);
  min-width: 120vw;
}




/* Text and Image Containers */
.timeline-container-light-work,
.timeline-image-light-first,
.timeline-container-light-right-text,
.timeline-image-light-second,
.timeline-container-light-third-text,
.timeline-image-light-third,
.timeline-container-light-fourth-text,
.timeline-image-light-fourth,
.timeline-container-light-fifth-text,
.timeline-image-light-fifth {
  flex: 0 0 auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}



/* Specific Containers */
.timeline-container-light-work {
  width: 120vw;
  height: 102vh;
  background-color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}


/* Responsive text styling */
.timeline-content-light-work {
  color: #FFFFFF;
  max-width: 90vw;
  font-size: calc(1.5vw + 1.5vh);
  line-height: 1.4;
  word-wrap: break-word;
  font-weight: lighter;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.timeline-container-light-first-text {
  position: relative;
  height: 100vh;
  width: 70vw;
  display: flex;
  align-items: center; /* Zentriert den Inhalt vertikal */
  justify-content: center; /* Zentriert den Inhalt horizontal */
  padding-left: 2vw;
  background-color: #958F80;
  text-align: center;
}

@media (max-width: 370px) {
  .timeline-container-light-first-text {
    display: none;
  }
}


h3.abnes {
  margin: 0;
  padding: 0;
  max-width: 100%; /* Begrenzung der maximalen Breite */
  word-wrap: break-word; /* Zeilenumbruch, falls der Text zu lang ist */
  text-align: center; /* Stellt sicher, dass der Text zentriert bleibt */
}





/* Image 1 */
.timeline-image-light-first {
  background: url('../assets/Light_Sculptures/Light_Sculpture_08.jpg') no-repeat center center;
  background-size: contain;
  background-color: #958F80;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 520px) {
  .timeline-image-light-first {
    background: url('../assets/Light_Sculptures/Light_Sculpture_08_cut.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media (min-width: 521px) {
  .timeline-image-light-first {
    background-size: cover;
    min-width: 60vw;
    max-height: 100vh; /* prevents vertical overflow */
    max-width: 100vw;  /* prevents horizontal overflow */
  }
}
@media (min-width: 823px) {
  .timeline-image-light-first {
    background-size: cover;
    min-width: 35vw;
    max-height: 100vh; /* ensures it doesn't overflow vertically */
    max-width: 100vw; /* ensures it doesn't overflow horizontally */
    overflow: hidden; /* ensures no content overflows */
  }
}


/* New Text Container */
.timeline-container-light-right-text {
  min-width: 30vw;
  height: 102vh;
  background-color: #958F80;
  color: #ffffff;
  padding: 9vw;
}

@media (max-width: 480px) {
  .timeline-container-light-right-text .light-work-image {
    padding: 6vw;
  }
}

.timeline-content-light-right h3.abnes {
  color: #fff;
  text-align: left;
  line-height: 1.5;
  padding: 5vw;
  font-size: calc(1vw + 1vh);
  font-weight: 300; /* Leichte Schriftstärke */
  letter-spacing: 0.05em;
  transition: transform 1s ease;
}

.timeline-content-light-right h3.abnes:hover {
  transform: translateX(3vw)
}


/* Image 2 */
.timeline-image-light-second {
  background: url('../assets/Light_Sculptures/Light_Sculpture_06.jpg') no-repeat center center;
  background-size: contain;
  background-color: #958F80;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* ensures no overflow */
}
@media (max-width: 520px) {
  .timeline-image-light-second {
    background: url('../assets/Light_Sculptures/Light_Sculpture_06_cut.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media (min-width: 520px) {
  .timeline-image-light-second {
    background-size: cover;
    min-width: 60vw;
    max-height: 100vh; /* prevents vertical overflow */
    max-width: 100vw;  /* prevents horizontal overflow */
  }
}
@media (min-width: 823px) {
  .timeline-image-light-second {
    background-size: cover;
    min-width: 35vw;
    max-height: 100vh; /* ensures it doesn't overflow vertically */
    max-width: 100vw; /* ensures it doesn't overflow horizontally */
    overflow: hidden; /* ensures no content overflows */
  }
}


/* Third Container */
/* Third Container */
.timeline-container-light-third-text {
  width: 80vw;
  height: 102vh;
  max-width: 1000px;
  min-width: 300px;
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: calc(0.5vw + 0.5vh);
  line-height: 1.8;
  padding: 2vw 5vw; /* Reduziertes Padding, damit es bei kleineren Bildschirmgrößen nicht zu groß wird */
  word-wrap: break-word;
  text-align: center; /* Zentriert den Text */
  margin: auto; /* Zentriert das Element selbst im Container */
  overflow-wrap: break-word; /* Bricht lange Wörter um, damit nichts überläuft */
  box-sizing: border-box; /* Berücksichtigt das Padding innerhalb der Breite */
}

@media (max-width: 500px) {
  .timeline-container-light-third-text {
    padding: 1vw 1vw;
  }
}

.timeline-image-light-third {
  min-width: 70vw;
  background: url('../assets/Light_Sculptures/Light_Sculpture_10\ Kopie\ 2.jpg') no-repeat center center;
  background-size: contain;
  background-color: #958F80;
  display: flex;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 520px) {
  .timeline-image-light-third {
    background: url('../assets/Light_Sculptures/Light_Sculpture_10\ Kopie\ 2_cut.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media (min-width: 520px) {
  .timeline-image-light-third {
    background-size: cover;
    min-width: 80vw;
    max-height: 100vh; /* prevents vertical overflow */
    max-width: 100vw;  /* prevents horizontal overflow */
  }
}
@media (min-width: 823px) {
  .timeline-image-light-third {
    background-size: cover;
    min-width: 90vw;
    max-height: 100vh; /* ensures it doesn't overflow vertically */
    max-width: 100vw; /* ensures it doesn't overflow horizontally */
    overflow: hidden; /* ensures no content overflows */
  }
}

/* Fourth Text Container */
.timeline-container-light-fourth-text {
  width: calc(30vw + 20px);
  height: 102vh;
  max-width: 500px;
  min-width: 187px;
  background-color: #958F80;
  color: #ffffff;
  padding: calc(3vw + 10px) calc(6vw + 10px);
  font-size: calc(0.5vw + 0.5vh);
  word-wrap: break-word;
  text-align: center;
  margin: auto;
  overflow-wrap: break-word;
  box-sizing: border-box;
  overflow: hidden;
}

.timeline-content-light-right p {
  margin: 0;
  white-space: normal;
  font-size: calc(1vw + 0.8vh);
  line-height: 1.6;
}




/* Fourth Image */
.timeline-image-light-fourth {
  min-width: 70vw;
  background: url('../assets/Light_Sculptures/Light_Sculpture_03.jpg') no-repeat center center;
  background-size: contain;
  background-color: #958F80;
  display: flex;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 520px) {
  .timeline-image-light-fourth {
    background: url('../assets/Light_Sculptures/Light_Sculpture_03_cut.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media (min-width: 520px) {
  .timeline-image-light-fourth {
    background-size: cover;
    min-width: 80vw;
    max-height: 100vh; /* prevents vertical overflow */
    max-width: 100vw;  /* prevents horizontal overflow */
  }
}
@media (min-width: 823px) {
  .timeline-image-light-fourth {
    background-size: cover;
    min-width: 90vw;
    max-height: 100vh; /* ensures it doesn't overflow vertically */
    max-width: 100vw; /* ensures it doesn't overflow horizontally */
    overflow: hidden; /* ensures no content overflows */
  }
}

/* Fifth Text Container */
.timeline-container-light-fifth-text {
  width: 60vw;
  height: 102vh;
  max-width: 600px;
  min-width: 225px;
  background-color: var(--primary-brand-color);
  color: #ffffff;
  font-size: calc(0.5vw + 0.5vh);
  line-height: 1.8;
  padding: 2vw 5vw;
  word-wrap: break-word;
  text-align: center;
  margin: auto;
  overflow-wrap: break-word;
  box-sizing: border-box;
  overflow: hidden;
}

.timeline-content-light-right p {
  margin: 0;
  white-space: normal;
}

.timeline-image-light-fifth {
  min-width: 70vw;
  background-color: #FF0000;
  background-image: linear-gradient(to bottom, #9d9d9c, #4b4547);
  background-size: cover;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.timeline-image-light-fifth::before {
  content: '';
  background: url('../assets/Light_Sculptures/_K6A4453_web_small.jpg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 520px) {
  .timeline-image-light-fifth::before {
    background: url('../assets/Light_Sculptures/_K6A4453_web_small_cut.jpg') no-repeat center center;
    background-size: cover;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media (min-width: 520px) {
  .timeline-image-light-fifth::before {
    background-size: cover;
    min-width: 60vw;
    max-height: 100vh; /* prevents vertical overflow */
    max-width: 100vw;  /* prevents horizontal overflow */
  }
}
@media (min-width: 823px) {
  .timeline-image-light-fifth::before {
    background-size: cover;
    min-width: 70vw;
    max-height: 100vh; /* ensures it doesn't overflow vertically */
    max-width: 100vw; /* ensures it doesn't overflow horizontally */
    overflow: hidden; /* ensures no content overflows */
  }
}










/*CUSTOM ANIMATIONS*/
/*TIMELINE START*/
.btn--comments {
  display: inline-block;
  text-decoration: none;
  padding: 0.45em 1.25em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.6em;
  border-radius: 25px;
  color: white;
  font-family: 'Open Sans';
  transition: all 250ms ease;
  background-color: #FF0000;
  border: none;
}
.right{
  float: right;
}

.btn--comments:hover {
  background-color: #FFFFFF;
  color: #FF0000;
}






/*Start Model*/
.container-model {
  background: url(/img/1920x1080/01.jpg);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
}

.box-model {
  position: relative; /* To contain the arrow link */
  border-radius: 20px;
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  animation: anime 3s cubic-bezier(0.16, 1, 0.3, 1) 1s infinite alternate;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensure content stays within the box */
}

@keyframes anime {
  0% {
    width: 60px;
    height: 240px;
    background: #f8f8f8;
    
  }

  25% {
    width: 60px;
    height: 240px;
    background: #f8f8f8;
    
  }


  75% {
    width: 480px;
    height: 240px;
    background: #fafafa;
   
  }


  100% {
    width: 480px;
    height: 240px;
    background: #fafafa;
   
  }
}

.container-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.chevron {
  position: absolute;
  width: 20%;
  height: 10%;
  padding: 20px;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #FF0000;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(30%);
  }
  66.6% {
    opacity: 1;
    transform: translateY(60%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
}

/*End Model*/


/*Grid Gallery*/

.row-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column-gallery {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column-gallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-gallery {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-gallery {
    flex: 100%;
    max-width: 100%;
  }
}


/*Start Gallerie*/
.img-gallery {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
}

.ul-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	max-width: 100%;
	width: 70rem;
}

figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
}

a:is(:hover, :focus) figure::after {
	opacity: 1;
}

a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
	figcaption {
		transform: translate3d(0, 2rem, 0);
	}
	
	figure::after {
		border-radius: 50%;
		opacity: 1;
		transform: scale(0);
		transition: transform 900ms;
	}
	
	a:is(:hover, :focus) figure::after {
		transform: scale(2.5);
	}

	a:is(:hover, :focus) figcaption {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	a:is(:hover, :focus) img {
		transform: scale(1.2);
	}
}
/*End Gallerie*/