html body::-webkit-scrollbar {
display: none;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
scroll-behavior: smooth;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-weight: 200;
backface-visibility: hidden;
background:#fef6f2;
}
body {
font-family: 'Outfit-Regular', sans-serif;
line-height:1.3;
overflow-x: hidden; }
img {
width:100%;
height:100%;
object-fit: cover
}
a {
color: #B49594
}
a:link {
color: #B49594
text-decoration: none
}
a:visited {
color: #B49594
}
a:hover {
color: #B49594
}
a:active {
color: #B49594
} @font-face {
font-family: 'Frick';
src: url(https://sachsenland-quartier.de/wp-content/themes/slq/fonts/Frick0-3-Regular.otf) format('opentype');
font-weight: normal;
font-style:normal;
font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}
p {
font-size: 1.4rem;
font-family: 'Outfit', sans-serif;
color: #1b3008;
font-weight:300;
}
h1 {
font-family: 'Frick', sans-serif;
font-size: 3.5rem;
font-weight: normal;
color: #1b3008;
line-height: 1;
}
h2 {
font-family: 'Frick', sans-serif;
font-size: 2rem;
font-weight: normal;
color: #1b3008;
line-height: 1;
}
h3 {
font-family: 'Outfit', sans-serif;
font-size: 3rem;
line-height: 1.2;
font-weight: 300;
color: #1b3008;
}
h4 {
font-family: 'Frick', sans-serif;
font-size: 2rem;
font-weight: normal;
color: #1b3008;
line-height:1.5
}
@media (max-width: 768px) {
p {
font-size: 1rem;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.2rem;
font-weight: normal;
}
h3 {
font-size: 1.2rem;
line-height: 1.2;
}
h4 {
font-size: 0.875rem; }
}
@media (min-width: 1920px) {
p {
font-size: 1.8rem;
}
h1 {
font-size: 4rem; }
h2 {
font-size: 3rem; }
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.25rem; }
} .scroll-fade-in {
opacity: 0;
transform: translateY(2rem);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade-in.visible {
opacity: 1;
transform: translateY(0);
} .logo {
position: fixed;
left: 2rem;
top: 2rem;
font-family: 'Frick', sans-serif;
line-height: 0.8;
z-index: 2;
color:white;
}
.logo a {
font-size: 12rem;
text-decoration: none;
color: inherit;
transition: font-size 0.3s ease, transform 0.3s ease;
} .nav.scrolled .logo a {
font-size: 4rem;
transform: translateY(-10px);
color: #1b3008;
}
.slogan {
white-space: pre-line;
font-size: 4rem;
line-height: 1;
color: white;
position: fixed;
left: 2rem;
bottom: 2rem;
z-index: 1;
font-family: 'Frick', sans-serif;
}
@media (max-width: 768px) {
.logo {
left: 1rem;
top: 1rem;
}
.logo a {
font-size: 2.5rem;
}
.slogan {
font-size: 2rem;
left: 1rem;
top: 4rem;
}
.nav.scrolled .logo a {
font-size: 2rem;
}
}
@media screen and (max-width: 900px) and (orientation: landscape) {
.logo {
left: 1rem;
top: 1rem;
}
.logo a {
font-size: 6rem;
}
.slogan {
font-size: 3rem;
left: 1rem;
top: auto;
bottom: 1rem; }
.nav.scrolled .logo a {
font-size: 1.8rem;
}
} .nav-menu {
position: fixed;
left: 2rem;
bottom: 2rem;
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 0.5rem;
opacity: 0;
transform: translateY(2rem);
pointer-events: none;
transition: opacity 0.4s ease, transform 0.4s ease;
z-index: 2;
}
.nav.scrolled .nav-menu {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
will-change: transform;
} .nav-menu li {
font-family: 'Frick', sans-serif;
position: relative;
font-size: 1.5rem;
color: #1b3008;
display: flex;
align-items: center;
line-height: 0.8;
}
.nav-menu li.active::before {
content: '●';
position: absolute;
left: -1.5rem;
color: inherit;
font-size: 1rem;
}
.nav-menu li a {
color: #1b3008;
text-decoration: none;
}
.nav-menu li a:hover {
color: #B49594;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
.nav-menu {
left: 1rem;
bottom: 1rem;
}
.nav-menu li {
font-size: 1.2rem;
}
} .mobile-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 60px;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 1rem;
z-index: 10000;
}
.mobile-nav-inner {
display: flex;
align-items: center;
justify-content: flex-end; width: 100%;
height: 60px;
}
.hamburger {
width: 40px;
height: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 9999;
}
.hamburger span {
height: 4px;
width: 100%;
background: white;
border-radius: 0;
transition: all 0.3s ease;
transform-origin: center;
}
.hamburger.open span:nth-child(1) {
transform: translateY(10px) rotate(45deg);
background:#1b3008
}
.hamburger.open span:nth-child(2) {
opacity: 0;
}
.hamburger.open span:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
background:#1b3008
}
.hamburger.scrolled span {
background: #1b3008 !important;
}
.mobile-menu {
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100vh;
background: #fef6f2;
transition: left 0.3s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
}
.mobile-menu.open {
left: 0 !important;
}
.mobile-menu.open + .mobile-menu-overlay {
display: block;
}
.mobile-menu-list {
list-style: none;
text-align: center;
padding: 0;
}
.mobile-menu-list li {
margin: 1.5rem 0;
}
.mobile-menu-list a {
font-family: 'Frick', sans-serif;
font-size: 2.5rem;
color: #1b3008;
text-decoration: none;
transition: color 0.2s ease;
padding: 0.5rem 1rem; }
.mobile-menu-list a:hover {
color: #B49594;
} @media (min-width: 769px) {
.mobile-nav,
.mobile-menu,
.mobile-menu-overlay {
display: none;
}
}
@media (max-width: 768px) {
.nav-center {
display: none;
} .mobile-menu-list {
padding: 0 20px;
}
} .video-hero {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
overflow: hidden;
will-change: transform;
transform: translateZ(0);
}
.hero-video {
width: 100%;
height: 100%;
object-fit: cover;
}
.video-poster-overlay {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
z-index: 2;
transition: opacity 0.5s ease;
pointer-events: none;
}
.video-poster-overlay.hidden {
opacity: 0;
visibility: hidden;
} .scroll-down-indicator {
position: fixed;
bottom: 20px; right: 20px; font-size: 5rem; color: white; cursor: pointer;
z-index: 999999; animation: bounce 1.5s infinite; } @keyframes bounce {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.scroll-down-indicator:hover {
color: #B49594; }
@media (max-width: 768px) {
.scroll-down-indicator {
display:none
}
} .content {
position: relative;
z-index: 1;
width: 100%;
height:auto;
box-sizing: border-box;
scroll-snap-type: y proximity;
padding: 2rem;
margin-top:100vh;
background:#fef6f2;
}
section {
min-height: 100vh;
}
.section-wrapper {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-left: auto;
width: 80%;
max-width: 80%;
box-sizing: border-box;
padding-right: 2rem;
padding-top:4rem
} .section-title {
width: 75%;
text-align: left;
margin-bottom:3rem;
line-height: 2rem;
}
.section-description {
width: 75%;
text-align: left;
margin-bottom:1rem
}
.section-block {
width: 75%;
}
.section-text .text-inner,
.section-image {
width: 100%;
margin-bottom:2rem
}
.section-text .text-inner p {
width: 90%;
margin-top:1rem;
margin-bottom:1rem
}
.section-text .text-inner p:last-child {
margin-bottom:2rem
}
.section-text .text-inner h2 {
margin-top: 2rem;
margin-bottom: 1rem
}
.image-inner {
width: 75%;
margin-bottom:2rem
}
.image-inner img {
width: 100%;
height: auto;
display: block;
}
img.rounded {
border-radius: 25px;
}
@media (max-width: 768px) {
section {
min-height: auto;
}
.content {
padding: 1rem;
}
.section-wrapper {
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding-right: 0rem;
padding-top:1rem
}
.section-title {
width: 100%;
margin-bottom:1rem;
margin-top:2rem
}
.section-description {
width: 100%;
margin-bottom:0rem
}
.image-inner {
width: 100%;
margin-bottom: 1rem;
}
.section-text .text-inner,
.section-image {
margin-bottom:0.5rem
}
.section-text .text-inner h2 {
margin-bottom:1rem
}
.section-text .text-inner p {
width: 100%
}
.section-block {
width: 100%;
}
} .timeline-wrapper {
padding-top: 4rem;
}
.timeline {
position: relative;
margin-left: 0;
width: 70%;
box-sizing: border-box;
}
.timeline::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 0; background-color: #1b3008;
transform-origin: top;
transition: height 0.3s ease-out; }
.timeline-item {
position: relative;
margin-bottom: 3rem;
display: flex;
align-items: center; padding-left: 3rem;
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
opacity: 0;
transform: translateY(2rem);
}
.timeline-item.visible {
opacity: 1;
transform: translateY(0);
}
.timeline-marker {
position: absolute;
left: -2rem; top: 50%;
transform: translateY(-50%); width: 4rem;
height: 4rem;
background: #1b3008;
border-radius: 50%;
}
.timeline-content {
background: white;
border-radius: 50px;
padding: 2rem;
box-sizing: border-box;
display: inline-block; max-width: 100%; width: auto; border: 1px solid #1b3008;
}
.timeline-content h3 {
font-family: 'Frick', sans-serif;
font-size: 2.5rem;
color: #1b3008;
margin: 0;
line-height: 1.1;
}
.timeline-content p {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
color: #1b3008;	
margin-top: 0.3rem;
}
p.m-text {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
color: #1b3008;
margin-top: 0.3rem;
width: 100%;
}
.m-text-date {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;	
font-weight:400;
}
.timeline.visible::before {
height: 100%;
}
.timeline-item.visible {
opacity: 1;
transform: translateY(0);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
@media (max-width: 768px) {
.timeline {
width: 100%;
}
.timeline-wrapper {
padding-top: 2rem;
}
.timeline-item {
padding-left: 1.5rem;
margin-bottom:1.5rem
}
.timeline-marker {
left: -0.452rem;
width: 1rem;
height: 1rem;
}
.timeline-content {
padding: 1.5rem;
}
.timeline::before {
width: 2px;
}
.timeline-content h3 {
font-size: 1.2rem;
}
.timeline-content p {
font-size: 1.2rem;
}
p.m-text {
width: 100%;
}
}
@media screen and (max-width: 900px) and (orientation: landscape) {
.timeline-content h3 {
font-size: 1.5rem;
}
p.m-text {
width: 100%;
}
} .faq-section {
display: flex;
justify-content: center;
width: 75%;
box-sizing: border-box;
padding-top: 2rem;
}
.faq-inner {
display: flex;
width: 100%;
flex-direction: column;
}
.faq-wrapper {
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
box-sizing: border-box;
}
.faq-item {
margin-bottom: 1rem;
border: 2px solid #1b3008;
border-radius: 25px;
padding: 1rem 1.5rem;
}
.faq-question {
cursor: pointer; display: flex;
justify-content: space-between;
align-items: center;
transition: color 0.3s ease;
}
.faq-question h2 {
color: #1b3008;
font-size: 2rem;
cursor: pointer;
}
.faq-question:hover {
color: white;
} .faq-answer {
font-size: 1rem;
color: #1b3008;
overflow: hidden;
max-height: 0; padding: 0 0 0 10px;
transition: max-height 0.5s ease-out, padding 0.3s ease-out;
} .faq-item.open .faq-answer {
max-height: 500px; padding: 10px 0; }
.plus-minus-icon {
position: relative;
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: 10px;
cursor: pointer;
transition: transform 0.3s ease;
}
.plus-minus-icon::before,
.plus-minus-icon::after {
content: '';
position: absolute;
background-color: #1b3008;
width: 20px;
height: 2px;
transition: transform 0.3s ease;
}
.plus-minus-icon::before {
transform: rotate(0deg);
}
.plus-minus-icon::after {
transform: rotate(90deg);
} .faq-item.open .plus-minus-icon::before {
transform: rotate(45deg);
}
.faq-item.open .plus-minus-icon::after {
transform: rotate(-45deg);
} .faq-answer h3 {
color: #1b3008;
font-size: 1.5rem;
} @media (max-width: 768px) {
.faq-section {
width: 100%;
}
.faq-item {
border: 1px solid #1b3008;
}
.faq-wrapper {
padding-left: 0rem;
padding-right: 0rem;
}
.faq-question h2 {
font-size: 1.2rem;
} .faq-answer h3 {
font-size: 1.2rem;
}
} .downloads-list {
width:75%
} .download-item {
display: flex;
align-items: center; justify-content: space-between; margin-bottom: 2rem;
flex-direction: row;
} .download-text {
flex: 1;
} .download-title {
font-family: 'Frick', sans-serif;
font-size: 2rem;
color: #1b3008;
margin-bottom: 0.5rem;
} .download-description {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
color: #1b3008;
} .download-button {
background-color: transparent;
color: #1b3008;
font-family: 'Satoshi-Regular', sans-serif;
font-size: 1.5rem;
font-weight: 500;
border-radius: 2rem;
padding: 1rem 2rem;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
height: 4rem;
width: auto;
transition: background 0.3s ease;
gap: 1rem;
} .download-button i {
font-size: 1.5rem; }
.download-button i:hover{
opacity:0.5
} .download-button:hover {
background-color: transparent; }
.download-button:focus {
outline: none;
}
.download-button:active {
background-color: transparent; }
@media (max-width: 768px) {
.downloads-list {
width: 100%;
margin-top: 2rem;
}
.download-item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2rem;
} .download-title {
font-size: 1.5rem;
}
.download-description {
font-size: 1.2rem;
}
} .cta-live-button {
position: absolute;
bottom: 20%;
right: 0;
display: inline-flex;
align-items: center;
gap: 1rem;
padding: 1.2rem 1.6rem;
background-color: #b98e59;
color: white;
font-family: 'Satoshi-Regular', sans-serif;
font-size: 1.2rem;
font-weight: 500;
border-radius: 1.5rem 0 0 1.5rem;
text-decoration: none;
transition: background 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
a.cta-live-button {
color:white
}
.cta-live-button:hover {
background-color: #a67b44; }
.cta-live-button .dot {
display: inline-block;
width: 10px;
height: 10px;
background-color: white;
border-radius: 50%;
flex-shrink: 0;
}
.cta-live-button .arrow {
font-size: 1rem;
margin-left: auto;
transform: translateY(-1px);
}
a.cta-button {
color:white
}
.cta-button:hover {
background-color: #E7E1CD;
color:#3D4C43
}
@media (max-width: 768px) {
.cta-live-button {
bottom: 10%;
padding: 1.2rem 1.6rem;
background-color: #b98e59;
color: white;
font-family: 'Satoshi-Regular', sans-serif;
font-size: 1.2rem;
font-weight: 500;
border-radius: 1.5rem 0 0 1.5rem;
text-decoration: none;
transition: background 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} 
} .contact-info-wrapper {
width: 75%;
text-align: left;
margin-top:3rem
}
.contact-info {
margin-bottom:0.5rem
}
.contact-info h1 {
line-height: 1
}
.contact-info h2 {
padding-top:1rem;
font-family: 'Outfit', sans-serif;
color: #1b3008;
font-size:1.8rem
}
.contact-info a {
color: #1b3008;
text-decoration: none;
}
.contact-info a:hover {
text-decoration: none;
color: #B49594
}
.bottom-links {
margin-top:0;
}
.bottom-links .modal-trigger:nth-child(2n) {
margin-left:10px
}
@media (max-width: 768px) {
.contact-info-wrapper {
width: 100%;
padding-bottom:60px
} 
.contact-info h2 {
font-size:1.2rem
}
} button {
all: unset; padding: 0; margin: 0; background: none; border: none; font-family: inherit; font-size: inherit; cursor: pointer; }
.modal {
display: none; position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(5px); padding-top: 60px;
}
.modal-content {
background-color: #fff;
margin: 5% auto;
padding: 2rem;
border: 2px solid #1b3008; border-radius: 25px;
width: 80%;
box-sizing: border-box;
} .modal-header {
display: flex;
justify-content: space-between;
align-items: center; width: 100%;
margin-bottom: 2rem
}
.modal-header h1 {
font-size: 2rem;
color: #1b3008;
margin: 0; }
.modal-close {
position: relative;
width: 60px;
height: 60px;
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0;
transition: background 0.3s ease, transform 0.3s ease;
}
.modal-close::before,
.modal-close::after {
content: '';
position: absolute;
width: 30px;
height: 4px;
background-color: #1b3008;
top: 50%;
left: 50%;
transform-origin: center;
transition: transform 0.3s ease;
}
.modal-close::before {
transform: translate(-50%, -50%) rotate(0deg);
}
.modal-close::after {
transform: translate(-50%, -50%) rotate(90deg);
} .modal-close:hover::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:hover::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close:hover {
transform: scale(1.1);
} .modal-body {
font-size: 1.2rem;
line-height: 1.6;
color: #1b3008;
padding-top: 1rem; } .modal-trigger {
font-size: 1.2rem;
color: #1b3008;
cursor: pointer;
padding-top:1.5rem
}
.modal-trigger:hover {
color: #B49594;
} .modal::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
-webkit-backdrop-filter: blur(5px);
background-color: rgba(0, 0, 0, 0.6);
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.modal.visible::before {
opacity: 1;
pointer-events: all;
} @media (max-width: 768px) {
.modal-content {
width: 90%;
padding: 1rem;
}
.modal-close {
font-size: 1.5rem;
}
}