/*
Theme Name: RDS Child Theme
Template: twentytwentyone
Description: Child theme for Rudolf-Dankwardt-Stiftung website
Version: 1.0.0
Author: RDS Development
*/
@font-face {
  font-family: "Spectral";
  src: url("fonts/Spectral-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("fonts/Spectral-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("fonts/Spectral-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("fonts/Spectral-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}
body.rds-mobile-menu-open {
  overflow: hidden;
}
body.rds-loaded {
  opacity: 1;
}

html,
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}

.site-main {
  margin-top: 0;
}
.site-main > *:first-child {
  margin-top: 0;
}
.site-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif !important;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-family: "Work Sans", sans-serif !important;
}

p {
  font-family: "Spectral", sans-serif !important;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget {
  font-family: "Work Sans", sans-serif;
}
.widget .widget-title {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2c2c2c;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.wp-block-search__input {
  font-family: "Work Sans", sans-serif;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wp-block-search__button {
  font-family: "Work Sans", sans-serif;
  background-color: #2c2c2c;
  color: #ffffff;
  border: none;
  padding: 16px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wp-block-search__button:hover {
  background-color: #131313;
}

.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  visibility: visible;
}

.rds-header {
  background-color: rgba(0, 0, 0, 0.4392156863);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.rds-header--scrolled {
  background-color: rgba(44, 44, 44, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.rds-header__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rds-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-header__logo-link {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-header__logo-image {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 979px) {
  .rds-header__logo-image {
    width: 60% !important;
    margin: 0 auto !important;
  }
}
.rds-header__logo-text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.rds-header__logo-c {
  font-size: 32px;
  font-weight: bold;
  color: #4a90e2;
}
.rds-header__logo-text-main {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rds-header__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-header__mobile-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  background-color: transparent !important;
}
@media (max-width: 979px) {
  .rds-header__mobile-toggle {
    display: flex;
  }
}
.rds-header__mobile-toggle-line {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all 0.3s ease;
}
.rds-header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
}
@media (max-width: 979px) {
  .rds-header__nav-desktop {
    display: none;
  }
}
.rds-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.rds-header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-header__nav-item:nth-last-child(1) {
  display: none;
}
.rds-header__nav-item:nth-last-child(2) {
  display: none;
}
@media (max-width: 979px) {
  .rds-header__nav-item:nth-last-child(2) {
    display: flex;
  }
  .rds-header__nav-item:nth-last-child(1) {
    display: flex;
  }
}
.rds-header__nav-item:nth-last-child(3) .rds-header__nav-separator {
  display: none;
}
.rds-header__nav-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  transition: color 0.3s ease;
}
.rds-header__nav-link:hover {
  color: #4a90e2;
}
.rds-header__nav-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 10px;
}
.rds-header__nav-separator {
  color: #ffffff;
  margin: 0 8px;
}
.rds-header__nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease;
  z-index: 1001;
}
.rds-header__nav-mobile.active {
  right: 0;
}
.rds-header__nav-mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.rds-header__nav-mobile-close:hover {
  background-color: transparent !important;
}
.rds-header__nav-mobile-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 979px) {
  .rds-header__nav-mobile-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.rds-header__nav-mobile-content {
  padding: 64px 32px;
  height: 100%;
  overflow-y: auto;
}
.rds-header__nav-mobile-list {
  list-style: none;
}
.rds-header__nav-mobile-item {
  margin-bottom: 10px;
}
.rds-header__nav-mobile-item:nth-child(4) {
  margin-bottom: 34px;
}
.rds-header__nav-mobile-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.rds-header__nav-mobile-link:hover {
  color: #4a90e2;
}
@media (max-width: 979px) {
  .rds-header__nav-mobile-link {
    font-size: 18px;
  }
}
.rds-header__nav-mobile-text {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rds-header__nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.rds-header__nav-overlay.active {
  display: block;
}

.rds-hero-section,
.rds-aktuelle-hero,
.rds-kontakt-hero,
.rds-stiftung-hero,
.rds-impressum-hero,
.rds-datenschutz-hero {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
.rds-hero-section__slider,
.rds-aktuelle-hero__slider,
.rds-kontakt-hero__slider,
.rds-stiftung-hero__slider,
.rds-impressum-hero__slider,
.rds-datenschutz-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rds-hero-section__slide,
.rds-aktuelle-hero__slide,
.rds-kontakt-hero__slide,
.rds-stiftung-hero__slide,
.rds-impressum-hero__slide,
.rds-datenschutz-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.rds-hero-section__slide.active,
.rds-aktuelle-hero__slide.active,
.rds-kontakt-hero__slide.active,
.rds-stiftung-hero__slide.active,
.rds-impressum-hero__slide.active,
.rds-datenschutz-hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.rds-hero-section__slide.fade-out,
.rds-aktuelle-hero__slide.fade-out,
.rds-kontakt-hero__slide.fade-out,
.rds-stiftung-hero__slide.fade-out,
.rds-impressum-hero__slide.fade-out,
.rds-datenschutz-hero__slide.fade-out {
  opacity: 0;
  z-index: 1;
}
.rds-hero-section__overlay,
.rds-aktuelle-hero__overlay,
.rds-kontakt-hero__overlay,
.rds-stiftung-hero__overlay,
.rds-impressum-hero__overlay,
.rds-datenschutz-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 3;
}
.rds-hero-section__content,
.rds-aktuelle-hero__content,
.rds-kontakt-hero__content,
.rds-stiftung-hero__content,
.rds-impressum-hero__content,
.rds-datenschutz-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 979px) {
  .rds-hero-section__content,
  .rds-aktuelle-hero__content,
  .rds-kontakt-hero__content,
  .rds-stiftung-hero__content,
  .rds-impressum-hero__content,
  .rds-datenschutz-hero__content {
    top: 75%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.rds-hero-section__title,
.rds-aktuelle-hero__title,
.rds-kontakt-hero__title,
.rds-stiftung-hero__title,
.rds-impressum-hero__title,
.rds-datenschutz-hero__title {
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.rds-hero-section__title-main,
.rds-aktuelle-hero__title-main,
.rds-kontakt-hero__title-main,
.rds-stiftung-hero__title-main,
.rds-impressum-hero__title-main,
.rds-datenschutz-hero__title-main {
  display: block;
  font-size: 64px;
  font-weight: 400 !important;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  letter-spacing: 5px;
}
@media (max-width: 979px) {
  .rds-hero-section__title-main,
  .rds-aktuelle-hero__title-main,
  .rds-kontakt-hero__title-main,
  .rds-stiftung-hero__title-main,
  .rds-impressum-hero__title-main,
  .rds-datenschutz-hero__title-main {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 20px;
  }
}
.rds-hero-section__title-sub,
.rds-aktuelle-hero__title-sub,
.rds-kontakt-hero__title-sub,
.rds-stiftung-hero__title-sub,
.rds-impressum-hero__title-sub,
.rds-datenschutz-hero__title-sub {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  opacity: 0.9;
}
@media (max-width: 979px) {
  .rds-hero-section__title-sub,
  .rds-aktuelle-hero__title-sub,
  .rds-kontakt-hero__title-sub,
  .rds-stiftung-hero__title-sub,
  .rds-impressum-hero__title-sub,
  .rds-datenschutz-hero__title-sub {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.rds-hero-section__tagline,
.rds-aktuelle-hero__tagline,
.rds-kontakt-hero__tagline,
.rds-stiftung-hero__tagline,
.rds-impressum-hero__tagline,
.rds-datenschutz-hero__tagline {
  font-size: 36px;
  font-style: italic;
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 48px !important;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
@media (max-width: 979px) {
  .rds-hero-section__tagline,
  .rds-aktuelle-hero__tagline,
  .rds-kontakt-hero__tagline,
  .rds-stiftung-hero__tagline,
  .rds-impressum-hero__tagline,
  .rds-datenschutz-hero__tagline {
    display: none;
  }
}
.rds-hero-section__cta-button,
.rds-aktuelle-hero__cta-button,
.rds-kontakt-hero__cta-button,
.rds-stiftung-hero__cta-button,
.rds-impressum-hero__cta-button,
.rds-datenschutz-hero__cta-button {
  background-color: #2c2c2c;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: black;
  width: 340px;
  font-size: 20px;
  font-weight: 400 !important;
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.rds-hero-section__cta-button:hover,
.rds-aktuelle-hero__cta-button:hover,
.rds-kontakt-hero__cta-button:hover,
.rds-stiftung-hero__cta-button:hover,
.rds-impressum-hero__cta-button:hover,
.rds-datenschutz-hero__cta-button:hover {
  background-color: #131313;
}
.rds-hero-section__cta-button:hover,
.rds-aktuelle-hero__cta-button:hover,
.rds-kontakt-hero__cta-button:hover,
.rds-stiftung-hero__cta-button:hover,
.rds-impressum-hero__cta-button:hover,
.rds-datenschutz-hero__cta-button:hover {
  background-color: #060606;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .rds-hero-section__cta-button,
  .rds-aktuelle-hero__cta-button,
  .rds-kontakt-hero__cta-button,
  .rds-stiftung-hero__cta-button,
  .rds-impressum-hero__cta-button,
  .rds-datenschutz-hero__cta-button {
    display: none;
  }
}

.rds-about-section {
  padding: 64px 0;
  background-color: #ffffff;
  position: relative;
}
.rds-about-section__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}
.rds-about-section__title {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 300 !important;
  max-width: 900px;
  text-align: center;
  margin: 0 auto !important;
}
.rds-about-section__title p {
  line-height: 1.3 !important;
}
.rds-about-section__title h1,
.rds-about-section__title h2,
.rds-about-section__title h3,
.rds-about-section__title h4,
.rds-about-section__title h5,
.rds-about-section__title h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: inherit;
  letter-spacing: inherit;
}
.rds-about-section__title p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  letter-spacing: inherit;
}
.rds-about-section__title strong,
.rds-about-section__title b {
  font-weight: 700 !important;
}
.rds-about-section__title em,
.rds-about-section__title i {
  font-style: italic;
}
@media (max-width: 979px) {
  .rds-about-section__title {
    font-size: 21px !important;
  }
}
.rds-about-section__content {
  max-width: 100%;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.rds-about-section__content p {
  margin-bottom: 32px !important;
  line-height: 1.8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  text-align: center !important;
  font-family: "Spectral", sans-serif !important;
}
@media (max-width: 979px) {
  .rds-about-section__content p {
    text-align: left !important;
  }
}
.rds-about-section__content:last-child {
  margin-bottom: 0;
}
.rds-about-section__content:first-child {
  font-weight: 500;
}

.rds-projects-section {
  padding: 64px 0;
  background-color: #ffffff;
  position: relative;
}
.rds-projects-section__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.rds-projects-section__title {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 300 !important;
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
}
.rds-projects-section__title p {
  line-height: 1.3 !important;
}
@media (max-width: 979px) {
  .rds-projects-section__title {
    font-size: 21px;
  }
}
.rds-projects-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
  margin: 48px 0;
}
@media (max-width: 979px) {
  .rds-projects-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.rds-projects-section__item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  transition: none;
  box-shadow: none;
  position: relative;
  animation: fadeInUp 0.6s ease-out both;
  margin-bottom: 48px;
  padding: 10px;
}
@media (max-width: 979px) {
  .rds-projects-section__item {
    padding: 0 24px;
  }
}
.rds-projects-section__item:nth-child(1) {
  animation-delay: 0.1s;
}
.rds-projects-section__item:nth-child(2) {
  animation-delay: 0.2s;
}
.rds-projects-section__item:nth-child(3) {
  animation-delay: 0.3s;
}
.rds-projects-section__item:nth-child(4) {
  animation-delay: 0.4s;
}
.rds-projects-section__item:hover {
  transform: none;
  box-shadow: none;
}
.rds-projects-section__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.rds-projects-section__item-link:hover {
  text-decoration: none;
  color: inherit;
}
.rds-projects-section__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border-color: #2c2c2c;
}
.rds-projects-section__item-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
  display: flex;
  align-items: flex-end;
  transition: opacity 0.3s ease;
}
.rds-projects-section__item-image[data-lightbox-trigger] {
  cursor: pointer;
}
.rds-projects-section__item-image[data-lightbox-trigger]:hover {
  opacity: 0.9;
}
.rds-projects-section__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: none;
  filter: none;
}
.rds-projects-section__item-content {
  padding: 0;
  position: relative;
}
.rds-projects-section__item-title {
  font-size: 18px;
  font-weight: 400;
  color: #4a90e2;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  height: 50px;
}
@media (max-width: 979px) {
  .rds-projects-section__item-title {
    height: 80px;
  }
}
.rds-projects-section__item-date {
  font-size: 16px;
  font-style: italic;
  color: #333333 !important;
  margin-top: 16px !important;
  margin-bottom: 32px !important;
  font-weight: 600 !important;
  font-family: "Work Sans", sans-serif !important;
}
.rds-projects-section__item-description {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  font-family: "Spectral", sans-serif !important;
  margin-bottom: 24px !important;
  min-height: 250px;
}
.rds-projects-section__item:hover .rds-projects-section__item-img {
  transform: none;
  filter: none;
}

.rds-stiftung-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
@media (max-width: 979px) {
  .rds-stiftung-hero {
    height: 40vh;
  }
}
.rds-stiftung-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rds-stiftung-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.rds-stiftung-hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.rds-stiftung-hero__slide.fade-out {
  opacity: 0;
  z-index: 1;
}
.rds-stiftung-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.rds-stiftung-hero__content {
  position: absolute;
  z-index: 4;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 0 24px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.rds-stiftung-hero__title {
  font-size: 64px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 979px) {
  .rds-stiftung-hero__title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 20px;
  }
}
.rds-stiftung-hero__title h1,
.rds-stiftung-hero__title h2,
.rds-stiftung-hero__title h3,
.rds-stiftung-hero__title h4,
.rds-stiftung-hero__title h5,
.rds-stiftung-hero__title h6 {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-stiftung-hero__title p {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-stiftung-hero__title strong,
.rds-stiftung-hero__title b {
  font-weight: 700 !important;
}
.rds-stiftung-hero__title em,
.rds-stiftung-hero__title i {
  font-style: italic !important;
}
.rds-stiftung-hero__title br {
  display: block !important;
}
.rds-stiftung-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .rds-stiftung-hero__subtitle {
    display: none;
  }
}

.rds-stiftung-founder {
  padding: 64px 0;
  background-color: #ffffff;
  z-index: 10;
}
.rds-stiftung-founder__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}
.rds-stiftung-founder__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
@media (max-width: 1024px) {
  .rds-stiftung-founder__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.rds-stiftung-founder__text {
  padding: 30px 50px;
  background-color: #f5f5f5;
}
@media (max-width: 979px) {
  .rds-stiftung-founder__text {
    padding: 0px;
    background-color: white;
  }
}
.rds-stiftung-founder__title {
  font-size: 42px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
@media (max-width: 979px) {
  .rds-stiftung-founder__title {
    font-size: 21px;
  }
}
.rds-stiftung-founder__title__subtitle {
  font-size: 20px;
  font-weight: 700;
  font-family: "Spectral", sans-serif;
  color: #333333;
  margin-bottom: 32px;
}
.rds-stiftung-founder__content-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: "Spectral", sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 48px;
}
.rds-stiftung-founder__content-text p {
  margin-bottom: 24px;
}
.rds-stiftung-founder__legacy-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Spectral", sans-serif;
  color: #333333;
  margin-bottom: 24px;
}
.rds-stiftung-founder__legacy-title h1,
.rds-stiftung-founder__legacy-title h2,
.rds-stiftung-founder__legacy-title h3,
.rds-stiftung-founder__legacy-title h4,
.rds-stiftung-founder__legacy-title h5,
.rds-stiftung-founder__legacy-title h6 {
  font-family: "Spectral", sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
.rds-stiftung-founder__legacy-title p {
  font-family: "Spectral", sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
.rds-stiftung-founder__legacy-title strong,
.rds-stiftung-founder__legacy-title b {
  font-weight: 700 !important;
}
.rds-stiftung-founder__legacy-title em,
.rds-stiftung-founder__legacy-title i {
  font-style: italic !important;
}
.rds-stiftung-founder__legacy-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: "Work Sans", sans-serif;
}
.rds-stiftung-founder__legacy-content p {
  margin-bottom: 24px;
}
.rds-stiftung-founder__image {
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.rds-stiftung-founder__img {
  width: auto;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 979px) {
  .rds-stiftung-founder__img {
    width: 100%;
    height: auto;
  }
}

.rds-stiftung-purpose {
  padding: 64px 0;
  background-color: #f8f9fa;
}
@media (max-width: 979px) {
  .rds-stiftung-purpose {
    background-color: white;
  }
}
.rds-stiftung-purpose__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 979px) {
  .rds-stiftung-purpose__container {
    padding: 0px;
    background-color: white;
    text-align: left;
    padding: 0 24px;
  }
}
.rds-stiftung-purpose__title {
  font-size: 42px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 48px;
  letter-spacing: 2px;
}
@media (max-width: 979px) {
  .rds-stiftung-purpose__title {
    font-size: 21px;
  }
}
.rds-stiftung-purpose__content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: "Work Sans", sans-serif;
  max-width: 980px;
  margin: 0 auto;
}
.rds-stiftung-purpose__content p {
  margin-bottom: 24px;
}
@media (max-width: 979px) {
  .rds-stiftung-purpose__content p {
    text-align: left !important;
  }
}

.rds-stiftung-board {
  padding: 64px 0;
  background-color: #ffffff;
}
.rds-stiftung-board__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 979px) {
  .rds-stiftung-board__container {
    padding: 0px 24px;
    background-color: white;
    text-align: left;
  }
}
.rds-stiftung-board__title {
  font-size: 42px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
@media (max-width: 979px) {
  .rds-stiftung-board__title {
    font-size: 21px;
  }
}
.rds-stiftung-board__content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: "Work Sans", sans-serif;
  max-width: 800px;
  margin: 0 auto 48px auto;
}
.rds-stiftung-board__content p {
  margin-bottom: 24px;
}
.rds-stiftung-board__intro {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 48px;
}
.rds-stiftung-board__members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .rds-stiftung-board__members {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.rds-stiftung-board__member {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.rds-stiftung-board__member:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.rds-stiftung-board__member-role {
  font-size: 18px;
  font-weight: 700;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.rds-stiftung-board__member-name {
  font-size: 18px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  letter-spacing: 1px;
}

.rds-aktuelle-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
@media (max-width: 979px) {
  .rds-aktuelle-hero {
    height: 40vh;
  }
}
.rds-aktuelle-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rds-aktuelle-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.rds-aktuelle-hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.rds-aktuelle-hero__slide.fade-out {
  opacity: 0;
  z-index: 1;
}
.rds-aktuelle-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.rds-aktuelle-hero__content {
  position: absolute;
  z-index: 4;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 0 24px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.rds-aktuelle-hero__title {
  font-size: 64px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 979px) {
  .rds-aktuelle-hero__title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 20px;
  }
}
.rds-aktuelle-hero__title h1,
.rds-aktuelle-hero__title h2,
.rds-aktuelle-hero__title h3,
.rds-aktuelle-hero__title h4,
.rds-aktuelle-hero__title h5,
.rds-aktuelle-hero__title h6 {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-aktuelle-hero__title p {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-aktuelle-hero__title strong,
.rds-aktuelle-hero__title b {
  font-weight: 700 !important;
}
.rds-aktuelle-hero__title em,
.rds-aktuelle-hero__title i {
  font-style: italic !important;
}
.rds-aktuelle-hero__title br {
  display: block !important;
}
.rds-aktuelle-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .rds-aktuelle-hero__subtitle {
    display: none;
  }
}

.rds-aktuelle-projects {
  padding: 64px 0;
  background-color: #ffffff;
}
.rds-aktuelle-projects__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}
.rds-aktuelle-projects__filter {
  text-align: center;
  margin-bottom: 64px;
}
.rds-aktuelle-projects__filter-label {
  font-size: 18px;
  font-weight: 700;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  display: block;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.rds-aktuelle-projects__filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.rds-aktuelle-projects__filter-button {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  background-color: transparent;
  border: 2px solid #333333;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 1px;
}
.rds-aktuelle-projects__filter-button:hover {
  background-color: #333333;
  color: #ffffff;
}
.rds-aktuelle-projects__filter-button.active {
  background-color: #333333;
  color: #ffffff;
}
.rds-aktuelle-projects__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
  margin: 48px 0;
}
@media (max-width: 979px) {
  .rds-aktuelle-projects__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.rds-aktuelle-projects__item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  transition: none;
  box-shadow: none;
  position: relative;
  animation: fadeInUp 0.6s ease-out both;
  margin-bottom: 48px;
  padding: 10px;
}
.rds-aktuelle-projects__item:nth-child(1) {
  animation-delay: 0.1s;
}
.rds-aktuelle-projects__item:nth-child(2) {
  animation-delay: 0.2s;
}
.rds-aktuelle-projects__item:nth-child(3) {
  animation-delay: 0.3s;
}
.rds-aktuelle-projects__item:nth-child(4) {
  animation-delay: 0.4s;
}
.rds-aktuelle-projects__item:hover {
  transform: none;
  box-shadow: none;
}
.rds-aktuelle-projects__item-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.rds-aktuelle-projects__item-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.rds-aktuelle-projects__item-image:hover {
  opacity: 0.9;
}
.rds-aktuelle-projects__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: none;
  filter: none;
}
.rds-aktuelle-projects__item-content {
  padding: 0;
  position: relative;
}
.rds-aktuelle-projects__item-title {
  font-size: 18px;
  font-weight: 400;
  color: #4a90e2;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  height: 50px;
}
@media (max-width: 979px) {
  .rds-aktuelle-projects__item-title {
    height: 80px;
  }
}
.rds-aktuelle-projects__item-date {
  font-size: 16px;
  font-style: italic;
  color: #333333 !important;
  margin-top: 16px !important;
  margin-bottom: 32px !important;
  font-weight: 600 !important;
  font-family: "Work Sans", sans-serif !important;
}
.rds-aktuelle-projects__item-description {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  font-family: "Spectral", sans-serif !important;
  margin-bottom: 24px !important;
  min-height: 250px;
}
.rds-aktuelle-projects__item:hover .rds-aktuelle-projects__item-img {
  transform: none;
  filter: none;
}
.rds-aktuelle-projects__pagination {
  margin-top: 48px;
}
.rds-aktuelle-projects__pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 979px) {
  .rds-aktuelle-projects__pagination ul.page-numbers {
    gap: 10px;
  }
}
.rds-aktuelle-projects__pagination .page-numbers {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #333333;
  background-color: transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.rds-aktuelle-projects__pagination .page-numbers.dots {
  border: none;
}
.rds-aktuelle-projects__pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #333333;
}
@media (max-width: 979px) {
  .rds-aktuelle-projects__pagination .page-numbers {
    font-size: 14px;
    padding: 12px;
  }
}
.rds-aktuelle-projects__empty {
  text-align: center;
  padding: 64px 0;
  font-size: 20px;
  font-family: "Spectral", sans-serif;
  color: #999;
}

.rds-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  cursor: pointer;
}
.rds-lightbox__content {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-weight: 300;
  background-color: transparent !important;
}
.rds-lightbox__close:hover {
  background-color: transparent !important;
  color: white !important;
}
@media (max-width: 979px) {
  .rds-lightbox__close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.rds-lightbox__prev, .rds-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  background-color: transparent !important;
}
.rds-lightbox__prev:hover, .rds-lightbox__next:hover {
  background-color: transparent !important;
  color: white !important;
}
.rds-lightbox__prev img, .rds-lightbox__next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 979px) {
  .rds-lightbox__prev, .rds-lightbox__next {
    width: 40px;
    height: 40px;
  }
}
.rds-lightbox__prev {
  left: 20px;
}
@media (max-width: 979px) {
  .rds-lightbox__prev {
    left: 10px;
  }
}
.rds-lightbox__next {
  right: 20px;
}
@media (max-width: 979px) {
  .rds-lightbox__next {
    right: 10px;
  }
}
.rds-lightbox__image-wrapper {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
@media (max-width: 979px) {
  .rds-lightbox__image-wrapper {
    padding: 0 60px;
  }
}
.rds-lightbox__image {
  max-width: 100%;
  max-height: 60vh;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 979px) {
  .rds-lightbox__image {
    max-height: 70vh;
  }
}
.rds-lightbox__counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Spectral", sans-serif;
  letter-spacing: 1px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}
@media (max-width: 979px) {
  .rds-lightbox__counter {
    bottom: 20px;
    font-size: 14px;
    padding: 8px 16px;
  }
}

.rds-datenschutz-hero,
.rds-impressum-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
@media (max-width: 979px) {
  .rds-datenschutz-hero,
  .rds-impressum-hero {
    height: 40vh;
  }
}
.rds-datenschutz-hero__slider,
.rds-impressum-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rds-datenschutz-hero__slide,
.rds-impressum-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.rds-datenschutz-hero__slide.active,
.rds-impressum-hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.rds-datenschutz-hero__slide.fade-out,
.rds-impressum-hero__slide.fade-out {
  opacity: 0;
  z-index: 1;
}
.rds-datenschutz-hero__overlay,
.rds-impressum-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.rds-datenschutz-hero__content,
.rds-impressum-hero__content {
  position: absolute;
  z-index: 4;
  text-align: center;
  color: #ffffff;
  max-width: 100%;
  padding: 0 24px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.rds-datenschutz-hero__title,
.rds-impressum-hero__title {
  font-size: 64px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 979px) {
  .rds-datenschutz-hero__title,
  .rds-impressum-hero__title {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 20px;
  }
}
.rds-datenschutz-hero__title h1,
.rds-datenschutz-hero__title h2,
.rds-datenschutz-hero__title h3,
.rds-datenschutz-hero__title h4,
.rds-datenschutz-hero__title h5,
.rds-datenschutz-hero__title h6,
.rds-impressum-hero__title h1,
.rds-impressum-hero__title h2,
.rds-impressum-hero__title h3,
.rds-impressum-hero__title h4,
.rds-impressum-hero__title h5,
.rds-impressum-hero__title h6 {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-datenschutz-hero__title p,
.rds-impressum-hero__title p {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-datenschutz-hero__title strong,
.rds-datenschutz-hero__title b,
.rds-impressum-hero__title strong,
.rds-impressum-hero__title b {
  font-weight: 700 !important;
}
.rds-datenschutz-hero__title em,
.rds-datenschutz-hero__title i,
.rds-impressum-hero__title em,
.rds-impressum-hero__title i {
  font-style: italic !important;
}
.rds-datenschutz-hero__title br,
.rds-impressum-hero__title br {
  display: block !important;
}
.rds-datenschutz-hero__subtitle,
.rds-impressum-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .rds-datenschutz-hero__subtitle,
  .rds-impressum-hero__subtitle {
    display: none;
  }
}

.rds-datenschutz,
.rds-impressum {
  padding: 64px 0;
  background-color: #ffffff;
  min-height: 70vh;
}
.rds-datenschutz__container,
.rds-impressum__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 979px) {
  .rds-datenschutz__container,
  .rds-impressum__container {
    padding: 0 16px;
  }
}
.rds-datenschutz__content,
.rds-impressum__content {
  background-color: #f5f5f5;
  padding: 64px;
}
@media (max-width: 979px) {
  .rds-datenschutz__content,
  .rds-impressum__content {
    padding: 48px 24px;
  }
}
.rds-datenschutz__content h1,
.rds-datenschutz__content h2,
.rds-datenschutz__content h3,
.rds-datenschutz__content h4,
.rds-datenschutz__content h5,
.rds-datenschutz__content h6,
.rds-impressum__content h1,
.rds-impressum__content h2,
.rds-impressum__content h3,
.rds-impressum__content h4,
.rds-impressum__content h5,
.rds-impressum__content h6 {
  font-family: "Spectral", sans-serif !important;
  color: #2c2c2c !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}
.rds-datenschutz__content h1,
.rds-impressum__content h1 {
  font-size: 36px !important;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 2px !important;
}
@media (max-width: 979px) {
  .rds-datenschutz__content h1,
  .rds-impressum__content h1 {
    font-size: 28px !important;
  }
}
.rds-datenschutz__content h2,
.rds-impressum__content h2 {
  font-size: 28px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px !important;
  border-bottom: 2px solid #2c2c2c !important;
  padding-bottom: 16px !important;
}
@media (max-width: 979px) {
  .rds-datenschutz__content h2,
  .rds-impressum__content h2 {
    font-size: 24px !important;
  }
}
.rds-datenschutz__content h3,
.rds-impressum__content h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
}
@media (max-width: 979px) {
  .rds-datenschutz__content h3,
  .rds-impressum__content h3 {
    font-size: 20px !important;
  }
}
.rds-datenschutz__content h4,
.rds-impressum__content h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.rds-datenschutz__content h5,
.rds-datenschutz__content h6,
.rds-impressum__content h5,
.rds-impressum__content h6 {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.rds-datenschutz__content p,
.rds-impressum__content p {
  font-family: "Spectral", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #2c2c2c !important;
}
.rds-datenschutz__content ul,
.rds-datenschutz__content ol,
.rds-impressum__content ul,
.rds-impressum__content ol {
  font-family: "Work Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333333 !important;
  margin-bottom: 24px !important;
  padding-left: 32px !important;
}
.rds-datenschutz__content ul li,
.rds-datenschutz__content ol li,
.rds-impressum__content ul li,
.rds-impressum__content ol li {
  margin-bottom: 8px !important;
}
.rds-datenschutz__content a,
.rds-impressum__content a {
  color: #387bb6 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
.rds-datenschutz__content a:hover,
.rds-impressum__content a:hover {
  color: #26537c !important;
}
.rds-datenschutz__content strong,
.rds-datenschutz__content b,
.rds-impressum__content strong,
.rds-impressum__content b {
  font-weight: 700 !important;
}
.rds-datenschutz__content em,
.rds-datenschutz__content i,
.rds-impressum__content em,
.rds-impressum__content i {
  font-style: italic !important;
}
.rds-datenschutz__content blockquote,
.rds-impressum__content blockquote {
  border-left: 4px solid #2c2c2c !important;
  padding-left: 24px !important;
  margin: 32px 0 !important;
  font-style: italic !important;
  color: #666666 !important;
}
.rds-datenschutz__content hr,
.rds-impressum__content hr {
  border: none !important;
  border-top: 1px solid #e0e0e0 !important;
  margin: 48px 0 !important;
}
.rds-datenschutz__content table,
.rds-impressum__content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 32px 0 !important;
}
.rds-datenschutz__content table th,
.rds-datenschutz__content table td,
.rds-impressum__content table th,
.rds-impressum__content table td {
  padding: 16px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: left !important;
}
.rds-datenschutz__content table th,
.rds-impressum__content table th {
  background-color: #f5f5f5 !important;
  font-weight: 600 !important;
  font-family: "Spectral", sans-serif !important;
}
.rds-datenschutz__content code,
.rds-impressum__content code {
  background-color: #f5f5f5 !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
  font-family: monospace !important;
  font-size: 14px !important;
}
.rds-datenschutz__content pre,
.rds-impressum__content pre {
  background-color: #f5f5f5 !important;
  padding: 24px !important;
  border-radius: 4px !important;
  overflow-x: auto !important;
  margin: 24px 0 !important;
}
.rds-datenschutz__content pre code,
.rds-impressum__content pre code {
  background-color: transparent !important;
  padding: 0 !important;
}

.rds-kontakt-hero {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}
@media (max-width: 979px) {
  .rds-kontakt-hero {
    height: 40vh;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 20px;
  }
}
.rds-kontakt-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rds-kontakt-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.rds-kontakt-hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.rds-kontakt-hero__slide.fade-out {
  opacity: 0;
  z-index: 1;
}
.rds-kontakt-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.rds-kontakt-hero__content {
  position: absolute;
  z-index: 4;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 0 24px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.rds-kontakt-hero__title {
  font-size: 64px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 979px) {
  .rds-kontakt-hero__title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 20px;
  }
}
.rds-kontakt-hero__title h1,
.rds-kontakt-hero__title h2,
.rds-kontakt-hero__title h3,
.rds-kontakt-hero__title h4,
.rds-kontakt-hero__title h5,
.rds-kontakt-hero__title h6 {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-kontakt-hero__title p {
  font-family: "Spectral", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.rds-kontakt-hero__title strong,
.rds-kontakt-hero__title b {
  font-weight: 700 !important;
}
.rds-kontakt-hero__title em,
.rds-kontakt-hero__title i {
  font-style: italic !important;
}
.rds-kontakt-hero__title br {
  display: block !important;
}
.rds-kontakt-hero__subtitle {
  font-size: 24px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 979px) {
  .rds-kontakt-hero__subtitle {
    display: none;
  }
}

.rds-kontakt-content {
  padding: 64px 0;
  background-color: #ffffff;
  margin-bottom: 64px !important;
}
.rds-kontakt-content__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1024px) {
  .rds-kontakt-content__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 979px) {
  .rds-kontakt-content__container {
    padding: 0;
  }
}
.rds-kontakt-content__info {
  background-color: #f5f5f5;
  padding: 48px;
  border-radius: 8px;
}
@media (max-width: 979px) {
  .rds-kontakt-content__info {
    padding: 24px;
  }
}
.rds-kontakt-content__title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 48px;
  letter-spacing: 2px;
}
@media (max-width: 979px) {
  .rds-kontakt-content__title {
    font-size: 24px;
  }
}
.rds-kontakt-content__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  font-family: "Spectral", sans-serif;
  margin-bottom: 48px;
}
.rds-kontakt-content__text p {
  margin-bottom: 24px;
  font-family: "Spectral", sans-serif !important;
}
.rds-kontakt-content__section {
  margin-bottom: 32px;
}
.rds-kontakt-content__section:last-child {
  margin-bottom: 0;
}
.rds-kontakt-content__section-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Spectral", sans-serif;
  color: #333333;
  margin-bottom: 16px;
}
.rds-kontakt-content__section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-family: "Spectral", sans-serif;
  margin-bottom: 8px;
}
.rds-kontakt-content__section-text:last-child {
  margin-bottom: 0;
}
.rds-kontakt-content__section-text strong {
  font-weight: 700;
  margin-right: 8px;
}
.rds-kontakt-content__link {
  color: #4a90e2;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Spectral", sans-serif;
}
.rds-kontakt-content__link:hover {
  color: #1f69c1;
  text-decoration: underline;
}
.rds-kontakt-content__form {
  background-color: #ffffff;
  padding: 48px;
}
@media (max-width: 979px) {
  .rds-kontakt-content__form {
    padding: 24px;
  }
}
.rds-kontakt-content__form .wpcf7-form p {
  margin-bottom: 24px;
}
.rds-kontakt-content__form .wpcf7-form label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: #333333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1px;
}
.rds-kontakt-content__form .wpcf7-form label .wpcf7-form-control-wrap {
  flex-basis: 70%;
}
@media (max-width: 979px) {
  .rds-kontakt-content__form .wpcf7-form label {
    flex-direction: column;
    align-items: flex-start;
  }
  .rds-kontakt-content__form .wpcf7-form label .wpcf7-form-control-wrap {
    flex-basis: 100%;
    width: 100%;
  }
}
.rds-kontakt-content__form .wpcf7-form p:nth-last-child(4) label {
  flex-direction: column;
  align-items: flex-start;
}
.rds-kontakt-content__form .wpcf7-form p:nth-last-child(4) label .wpcf7-form-control-wrap {
  flex-basis: 100%;
  width: 100%;
}
.rds-kontakt-content__form .wpcf7-form input[type=text],
.rds-kontakt-content__form .wpcf7-form input[type=email],
.rds-kontakt-content__form .wpcf7-form input[type=tel],
.rds-kontakt-content__form .wpcf7-form input[type=url],
.rds-kontakt-content__form .wpcf7-form textarea,
.rds-kontakt-content__form .wpcf7-form select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #333333;
  border: 1px solid #333333;
}
.rds-kontakt-content__form .wpcf7-form input[type=text]:focus,
.rds-kontakt-content__form .wpcf7-form input[type=email]:focus,
.rds-kontakt-content__form .wpcf7-form input[type=tel]:focus,
.rds-kontakt-content__form .wpcf7-form input[type=url]:focus,
.rds-kontakt-content__form .wpcf7-form textarea:focus,
.rds-kontakt-content__form .wpcf7-form select:focus {
  outline: none;
  border-color: #4a90e2;
  background-color: #ffffff;
}
.rds-kontakt-content__form .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}
.rds-kontakt-content__form .wpcf7-form input[type=submit],
.rds-kontakt-content__form .wpcf7-form button[type=submit] {
  background-color: #2c2c2c;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 330px;
  margin-top: 24px;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid black;
  transition: all 0.3s ease;
  background-color: transparent !important;
  color: #333333 !important;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-left: auto;
}
.rds-kontakt-content__form .wpcf7-form input[type=submit]:hover,
.rds-kontakt-content__form .wpcf7-form button[type=submit]:hover {
  background-color: #131313;
}
.rds-kontakt-content__form .wpcf7-form input[type=submit]:hover,
.rds-kontakt-content__form .wpcf7-form button[type=submit]:hover {
  background-color: #131313;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-list-item {
  margin: 0 0 8px 0;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-list-item input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  margin-right: 8px;
  cursor: pointer;
}
@media (max-width: 979px) {
  .rds-kontakt-content__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    flex-direction: row;
  }
  .rds-kontakt-content__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    width: 50px;
  }
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-not-valid {
  border-color: #d32f2f !important;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0 0;
  padding: 24px;
  border-radius: 4px;
  font-family: "Spectral", sans-serif;
  font-size: 16px;
  text-align: center;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #81c784;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.rds-kontakt-content__form .wpcf7-form .wpcf7-spinner {
  margin-left: 16px;
}
.rds-kontakt-content__form-placeholder {
  color: #999;
  font-style: italic;
  text-align: center;
  padding: 48px;
  font-family: "Spectral", sans-serif;
}

.rds-single-project {
  min-height: 100vh;
}
.rds-single-project__header {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 64px 0;
  text-align: center;
  background-image: url("https://sira.vonsternberg.design/wp-content/uploads/2025/10/hero-bg.webp");
  min-height: 450px;
}
.rds-single-project__header-container {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  max-width: 100%;
  padding: 0 24px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.rds-single-project__title {
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.rds-single-project__date {
  font-size: 24px;
  opacity: 0.9;
  font-style: italic;
}
.rds-single-project__content {
  padding: 64px 0;
  max-width: 800px;
  min-height: 600px;
  margin: 0 auto;
  max-height: 100% !important;
}
.rds-single-project__image {
  margin-bottom: 48px;
  border-radius: 12px;
  overflow: hidden;
}
.rds-single-project__img {
  width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.rds-single-project__gallery {
  margin-bottom: 48px;
}
.rds-single-project__gallery-title {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  margin-bottom: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.rds-single-project__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 979px) {
  .rds-single-project__gallery-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.rds-single-project__gallery-item {
  background-color: #f8f9fa;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rds-single-project__gallery-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.rds-single-project__gallery-img:hover {
  transform: scale(1.05);
}
.rds-single-project__gallery-caption {
  padding: 24px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  background-color: #ffffff;
  margin: 0;
}
.rds-single-project__description {
  margin-bottom: 48px;
  text-align: center;
}
.rds-single-project__description-title {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.rds-single-project__description-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.rds-single-project__content-main {
  margin-bottom: 48px;
}
.rds-single-project__content-main h2,
.rds-single-project__content-main h3,
.rds-single-project__content-main h4 {
  color: #2c2c2c;
  margin-bottom: 24px;
}
.rds-single-project__content-main p {
  margin-bottom: 24px;
  line-height: 1.8;
}
.rds-single-project__pdfs {
  margin-bottom: 48px;
}
.rds-single-project__pdfs-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.rds-single-project__pdfs-list {
  display: grid;
  gap: 24px;
}
.rds-single-project__pdf-item {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rds-single-project__pdf-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #2c2c2c;
}
.rds-single-project__pdf-link {
  display: flex;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.rds-single-project__pdf-link:hover {
  text-decoration: none;
  color: inherit;
}
.rds-single-project__pdf-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.rds-single-project__pdf-icon svg {
  width: 24px;
  height: 24px;
}
.rds-single-project__pdf-content {
  flex: 1;
  min-width: 0;
}
.rds-single-project__pdf-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 8px;
  line-height: 1.4;
}
.rds-single-project__pdf-description {
  font-size: 16px;
  color: #333333;
  opacity: 0.9;
  margin: 0 0 8px 0;
  line-height: 1.5;
  font-style: italic;
}
.rds-single-project__pdf-size {
  font-size: 16px;
  color: #333333;
  opacity: 0.7;
  margin: 0;
  font-weight: 500;
}
.rds-single-project__pdf-arrow {
  flex-shrink: 0;
  color: #333333;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.rds-single-project__pdf-arrow svg {
  width: 16px;
  height: 16px;
}
.rds-single-project__pdf-item:hover .rds-single-project__pdf-arrow {
  opacity: 1;
  color: #2c2c2c;
}
.rds-single-project__categories {
  margin-bottom: 48px;
}
.rds-single-project__categories-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  margin-bottom: 16px;
}
.rds-single-project__categories-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.rds-single-project__categories-link {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.rds-single-project__categories-link:hover {
  background-color: #131313;
  text-decoration: none;
  color: #ffffff;
}
.rds-single-project__nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 979px) {
  .rds-single-project__nav-links {
    flex-direction: row;
    gap: 24px;
  }
}
.rds-single-project__nav-link {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: absolute;
}
.rds-single-project__nav-link:hover {
  background-color: #131313;
  text-decoration: none;
  color: #ffffff;
  transform: translateY(-2px);
}
.rds-single-project__nav-link--prev {
  left: 0;
}
.rds-single-project__nav-link--next {
  right: 0;
}
.rds-single-project__back-link {
  text-align: center;
}
.rds-single-project__back-button {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.rds-single-project__back-button:hover {
  color: #2c2c2c;
  text-decoration: none;
}

.rds-footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 48px 0;
  position: relative;
  z-index: 10;
}
.rds-footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 979px) {
  .rds-footer__container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: center;
  }
}
.rds-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-footer__logo-link {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-footer__logo-image {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
.rds-footer__logo-text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.rds-footer__logo-c {
  font-size: 32px;
  font-weight: bold;
  color: #4a90e2;
}
.rds-footer__logo-text-main {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rds-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 979px) {
  .rds-footer__links {
    width: 100%;
  }
}
.rds-footer__links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 24px;
}
.rds-footer__links-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 979px) {
  .rds-footer__links-item:nth-child(1) {
    border-right: 1px solid white;
    padding-right: 15px;
    padding-left: 25px;
  }
}
.rds-footer__links-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  transition: color 0.3s ease;
}
.rds-footer__links-link:hover {
  color: #4a90e2;
}
@media (max-width: 979px) {
  .rds-footer__links-link:nth-last-child(1) {
    display: none;
  }
}
.rds-footer__links-link-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.rds-footer__links-separator {
  color: #ffffff;
  margin: 0 8px;
}
@media (max-width: 979px) {
  .rds-footer__links-separator {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .rds-footer__links-list {
    flex-direction: row;
    gap: 16px;
    padding-left: 0 !important;
  }
}

@media (max-width: 1024px) {
  .rds-header__container {
    padding: 0 16px;
  }
  .rds-hero-section {
    height: 80vh;
  }
  .rds-about-section,
  .rds-projects-section {
    padding: 48px 0;
  }
}
@media (max-width: 979px) {
  .rds-header {
    padding: 16px 0;
  }
  .rds-hero-section {
    height: 40vh;
  }
  .rds-about-section,
  .rds-projects-section {
    padding: 32px 0 0;
  }
  .rds-projects-section__grid {
    gap: 16px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.rds-skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #2c2c2c;
  color: #ffffff;
  padding: 8px;
  text-decoration: none;
  z-index: 10000;
  transition: top 0.3s;
}
.rds-skip-link:focus {
  top: 6px;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img:not(.lazy) {
  opacity: 1;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 48px;
}/*# sourceMappingURL=style.css.map */