* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 19px;
  display: block;
}

body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #4a4946;
  display: flex;
  flex-direction: column;
  background-color: rgb(240 240 232);
}

.app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.wrapper {
  width: 100%;
  flex: 0 1 100%;
}

.main {
  min-height: 100vh;
  overflow: hidden;
}

/* full-screen black overlay */
#loader {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1.6s ease, visibility 0s linear 2s;
  visibility: visible;
  pointer-events: none;
}
/* when we add .hidden, it fades and then hides */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/*.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid transparent;
  background-color: transparent;

  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;

  transition: transform 0.3s ease-out,
              opacity   0.3s ease-out;
}*/

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(1.5rem * 0);
  width: 100%;
  padding: 0 calc(1.5rem * 3);
  max-width: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #6184D8;
}

img {
  border-radius: 8px;
}

.nav__container {
  display: flex;
  gap: 5vw;
}

 .nav__container a{
    color: rgb(240 240 232);
  }

.row {
  width: auto;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(1.5rem * -0.5);
  margin-left: calc(1.5rem * -0.5);
}

.h4,
h4 {
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-bottom: calc(1.5rem * 1);
  font-size: 1.1rem;
  color: #22211f;
}

h3 {
  margin-bottom: calc(1.5rem * 1);
}

p,
ul {
  margin-bottom: 1.5rem;
  margin-bottom: calc(1.5rem * 1);
  font-family: "Roboto", sans-serif;
}

p {
  transition: all 0.5s ease-in-out;
}

.section--white {
  background-color: transparent;
}

.section {
  padding: 3rem 0;
  padding: calc(1.5rem * 2) 0;
}
.header {
  position: fixed;
  top: 0; left: 0; width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  padding: 30px 0;
}

.header.fixed {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  background-color: #6184D8;
  /*background-color: rgb(234, 234, 160);*/
  border-bottom: 1px solid #6184D8;
  z-index: 3000;
}

.header__main,
.header__section {
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: all;
  
}

.header__section h4 {
  margin: 0;
}

#circle { 
  position: relative; 
  height: 30vh;
  overflow: hidden;     
  transform:scale(2);   
  transform-origin:top left; 
}

@media (max-width: 550px) {
  #circle {
    transform: scale(0.8);
  }
}

#circle text { 
  font-family: "Playfair Display", serif;
  font-size: 13px; 
  fill:#4a4946;
}

#circle svg { 
  position: absolute;
  left: -80px;
  top: -30px;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 14s;
     -moz-animation-duration: 14s;
      -ms-animation-duration: 14s;
       -o-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
}

@keyframes rotate {
    from { transform: rotate(360deg); }
}


.background-text-wrapper {
  height: 0;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: auto !important;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.background-text {
  --scrollFactor: 0;
  font-weight: 900;
  font-stretch: semi-condensed;
  color: #E4E6C3;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
  line-height: 0.68;
  width: 100%;
  height: 100vh;
  display: block;
  font-size: calc(100 / 100 * 73.5vh);
}

.background-text__container {
  margin: calc(1.5rem * -1);
  height: calc(1.5rem * 2 + 100%);
  width: calc(1.5rem * 2 + 100%);
}

.background-text__container.active .background-text__line:nth-child(1) {
  transform: translateX(calc(0vh - var(--scrollFactor) * 1));
}

.background-text__container.active .background-text__line:nth-child(2) {
  transform: translateX(calc(0vh + var(--scrollFactor) * 1));
}

.hero-wrapper {
    /*background-image: linear-gradient(to top, #f0f0e8, #f7f1ed, #faf4f4, #faf8f9, #fbfbfb);*/
}

.hero--large .hero__content {
  min-height: 100vh;
}

.hero {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

/*.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/binarycode.jpg') center/cover no-repeat;
  z-index: 0;
  filter: brightness(var(--brightness)) opacity(50%);
}*/


/* your real content sits above both layers */
.hero > * {
  position: relative;
  z-index: 2;
}

.hero__content {
  padding-top: calc(1.5rem * 5);
  padding-bottom: calc(1.5rem * 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


@media (max-width: 750px) {
  .hero__content {
    padding-top: calc(1.5rem * 3); 
  }
}

/*.hero__circle {
  position: absolute;
  width: calc(1.5rem * 10);
  top: calc(1.5rem * 2.5);
  margin-left: -120px;
  z-index: -10;
}

.circle svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #6184D8;
  animation: rotation 80s linear infinite;
  transform-origin: center;
}

text {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-variant-ligatures: none;
  letter-spacing: 6px;
  animation: rotate 25s linear infinite;
  transform-origin: 250px 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.textcircle {
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: 250px 250px;
} */

.scroll-arrow--vertical {
  display: block;
  width: calc(1.5rem * 1);
}

.scroll-arrow {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.scroll-arrow__content {
  display: flex;
  align-items: center;
}

.scroll-arrow--vertical .scroll-arrow__content {
  flex-direction: column;
}

.scroll-arrow--vertical .scroll-arrow__label {
  width: calc(1.5rem * 1);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: 0;
  margin-bottom: calc(1.5rem * 0.25);
}

.hero__scroll-arrow {
  position: absolute;
  bottom: 5vh;
  right: 0;
  padding: 0 calc(1.5rem * 0.5) calc(1.5rem * 1) calc(1.5rem * 0.5);
  margin-right: calc(1.5rem * 3);
}

.burger {
  display: none;
  z-index: 3000;
}

.overlayer {
  display: none;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100%;
  background-color: #4a4946;
  z-index: 999;
  transition: left 0.3s ease;
  height: 100vh;
}

.nav__container a:hover {
  color: #4a4946;
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }
  .burger {
    display: flex;
    flex-direction: column;
    width: 30px;
    border: 0;
    padding: 0;
    gap: 3px;
    background: none;
    cursor: pointer;
    z-index: 3000; /* Ensure burger menu is on top */
  }
  .burger :where(.top-bread, .meat, .bottom-bread) {
    background: rgb(240 240 232);
    height: 4px;
    width: 100%;
    border-radius: 8px;
    display: block;
    transition: transform 300ms ease;
  }
  .burger[aria-expanded=true] .top-bread {
    opacity: 0;
  }
  .burger[aria-expanded=true] .meat {
    transform: rotate(45deg);
  }
  .burger[aria-expanded=true] .bottom-bread {
    transform: translateY(calc(12px - 1rem)) rotate(-45deg);
  }
  .overlayer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .burger__nav__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    font-size: 1.5rem;
  }
  .burger__nav__container:hover {
    color: #4a4946;
  }
}
.landing-page-builder {
  position: relative;
  min-height: 300px;
}

.landing-page-builder__section {
  display: block;
}

@media (min-width: 1280px) {
  .container,
  .container-fluid {
    max-width: 70rem;
  }
}
.add-margin {
  margin-bottom: 1.5rem;
  margin-bottom: calc(1.5rem * 1);
}

.listed-case-study {
  counter-increment: caseStudy;
  display: block;
}

.listed-case-study__row {
  width: 100%;
}

.listed-case-study__caption__body,
.listed-case-study__visual {
  z-index: 1;
  position: relative;
}

.case-separator {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin: 7rem 0;
  /* Start bei 0% Breite, aus der Mitte heraus */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1s ease-out;
}


.case-study-teaser {
  display: flex;
  width: 100%;
  margin-bottom: calc(1.5rem * 1);
}

.case-study-teaser--landscape .case-study-teaser__image {
  width: 50%;
  flex-basis: 50%;
  transform: translate3d(-30px, -10px, 0px);
}

.background__image {
  min-width: 100px;
  max-width: 700px;
  min-height: 100px;
  max-height: 700px;
  width: 15vw;
  height: 15vw;
  display: block;
  position: relative;
  background-color: #4a4946;
}

.case-study-teaser--landscape .case-study-teaser__screen-recording {
  width: 100%;
}

.case-study {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: calc(1.5rem * 3);
  margin-bottom: calc(1.5rem * 3);
}

.case-study__background {
  position: relative;
  aspect-ratio: 16/9;
  width: 30vw;
  border-radius: 8px;
  background-color: #e4e4e4;
  will-change: transform;

  /* stelle sicher, dass jede transform-Änderung in 1 s animiert wird */
  transition: transform 1s ease-out;
}

/* Initial-Offsets über CSS-Variablen oder direkt */
.case-study__background:nth-child(odd) {
  transform: translate(50px, 50px);
}
.case-study__background:nth-child(even) {
  transform: translate(50px, 50px);
}




.case-study__image {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 30vw;
}

.case-study img {
  width: 100%;
  aspect-ratio: 16/9;
}

.case-study-text {
  position: relative;
}

.listed-case-study__caption {
  position: relative;
}

@media (min-width: 1024px) {
  .case-study:nth-child(even) {
    flex-direction: row-reverse;
  }
  .case-study:nth-child(even) .case-study__image {
    left: auto;
    right: 50px;
  }
  .case-study__background {
  transform: translate(50px, 50px);
}

}
@media (max-width: 1024px) {
  .case-study {
    flex-direction: column;
    align-items: center;
  }
  .case-study__block {
    position: relative;
    width: 100%;
  }

  .case-study__background {
    width: 50vw;

    left: 0;
  }
  .case-study__image {
    width: 50vw;
    right: 0;
  }
}
.about-me__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(1.5rem * 5);
}

.about-me__content {
  position: relative;
}

/* shared: animate all transform changes over 1s */
.case-study__background,
.about-me__background {
  transition: transform 1s ease-out;
}


/* about-me initial offset */
.about-me {
  margin-bottom: 6rem;
}
.about-me__background {
  position: relative;
  width: 15vw;
  min-width: 150px;
  max-width: 700px;

  /* exakt wie dein img: */
  aspect-ratio: 2/3;  

  border-radius: 8px;
  background-color: #e4e4e4;

  transform: translate(50px, 50px);
  transition: transform 1s ease-out;
  will-change: transform;
}


.about-me__image {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 15vw;
  min-width: 150px;
  max-width: 700px;
}

.about-me__image img {
  width: 100%;
  aspect-ratio: 2/3;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 70rem;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: calc(1.5rem * 0.5);
    padding-right: calc(1.5rem * 0.5);
  }
  .about-me__text {
    text-align: start;
  }
}
.perspective-text__container {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: calc(1.5rem * 1);
}

.perspective-text__size {
  transform: scale(1);
  position: relative;
  left: 0;
}

@media (max-width: 400px) {
  .perspective-text__size{
    transform: scale(0.6);
  }
}

.perspective-text {
  color: #4a4946;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  height: auto;
  margin-bottom: calc(1.5rem * 4);
  padding-right: calc(1.5rem * 4);
}
@media (max-width: 576px) {
  .perspective-text {
    padding-right: 10vw;
  }
}

.perspective-line {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.perspective-line p {
  margin: 0;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
  font-family: "Caprasimo", serif;
}

.perspective-line:nth-child(odd) {
  transform: skew(60deg, -30deg) scaleY(0.667);
}

.perspective-line:nth-child(even) {
  transform: skew(0deg, -30deg) scaleY(1.333);
}

.perspective-text.active p {
  transform: translate(0, -50px);
}

.perspective-line:nth-child(1) {
  left: 29px;
}

.perspective-line:nth-child(2) {
  left: 58px;
}

.perspective-line:nth-child(3) {
  left: 87px;
}

.together {
  color: #4a4946;
}

.form-control {
  display: flex;
  align-items: flex-start;
  padding: 0;
  justify-content: start;
  flex-direction: column;
  border: none;
  background-color: transparent;
}

.form-control label {
  white-space: nowrap;
  position: static;
  font-size: clamp(25px, 4vw, 30px);
  padding-right: 150px;
  color: #22211f;
}

@media (max-width: 350px) {
  .form-control label {
    font-size: 30px;
  }
}
#username_label {
  margin-right: -58px;
}

.form-control input {
  height: 50px;
  padding-top: 20px;
  width: 70%;
  border-bottom: 1px solid black;
  font-size: clamp(6px, 4vw, 16px);
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  background-color: transparent;
}

#checkbox {
  display: flex !important;
  flex-direction: row;
  align-items: start; 
  justify-content: start;
  gap: 0;
  margin-top: 30px;
}

#checkbox p{
  margin: 0;
  font-size: 15px;;
}
#privacy{
  width:30px
}
#checkbox p{
  position: relative;
  top: 10px;
}

@media (max-width: 350px) {
  .form-control input {
    width: auto;
  }
}
.form-control input::-moz-placeholder {
  color: #E4E6C3;
  padding-left: 5px;
}
.form-control input::placeholder {
  color: #E4E6C3;
  padding-left: 5px;
}

.form-control.success input {
  border-color: #2ecc71;
}

.form-control.error input {
  border-color: #e74c3c;
}

.form-control small {
  display: flex;
  justify-content: center;
  color: #e74c3c;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.form-control.error small {
  visibility: visible;
}

.form-control small {
  color: #e74c3c;
  visibility: hidden;
  margin-top: 0.5rem;
}

#label_datenschutz{
  font-size: 20px;
  white-space: normal !important;
}

#label_datenschutz a {
  /* Don’t auto-hyphenate at every dictionary boundary */
  hyphens: none !important;

  /* Only break where you explicitly tell it to */
  word-break: keep-all !important;
  overflow-wrap: normal !important;

  /* Still allow soft-hyphens (&shy;) to work */
  white-space: normal !important;
}


.sender {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-left: 20%;
}

.sender button {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: none;
  background: #6184D8;
  text-align: center;
  transition: 0.3s ease;
  font-size: 20px;
  color: #E4E6C3;
  margin-bottom: calc(1.5rem * 4);
}

button p {
  margin: 0;
  padding: 0;
}

button:hover {
  transform: scale(0.9);
}

.message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.message label {
  font-size: clamp(25px, 4vw, 30px);
  color: #22211f;
}

@media (max-width: 350px) {
  .message label {
    font-size: 30px;
  }
  .sender button {
    transform: scale(0.7);
  }
  .form button:hover {
    transform: scale(0.7);
  }
}
.message textarea {
  padding-top: 20px;
  padding-left: 5px;
  border-bottom: 1px solid #4a4946;
  height: 200px;
  font-size: 16px;
  background: none;
  outline: none;
}

.message textarea::-moz-placeholder {
  font-family: var(--roboto);
  color: #E4E6C3;
}

.message textarea::placeholder {
  font-family: var(--roboto);
  color: #E4E6C3;
}

@media (min-width: 1301px) {
  .menu_hidden {
    display: flex;
  }
}
.kontakt {
  position: relative;
  width: 100%;
  font-family: var(--roboto);
  color: #3d3d3d;
  font-size: clamp(20px, 4vw, 40px);
}

.message-success,
.message-error {
  display: none;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--roboto);
  color: #3d3d3d;
  font-size: clamp(10px, 4vw, 20px);
  margin-bottom: 200px;
  font-style: italic;
  text-align: center;
}

@media (max-width: 900px) {
  .kontakt {
    margin-top: 0;
  }
}
.pointer svg {
  width: 30px;
  fill: #6184D8;
  transition: all 0.5s ease-in-out;
}

.scroll-arrow__content:hover svg {
  transform: translateY(15px);
}

.scroll-arrow__label {
  color: #4a4946;
}

.footer {
  background-color: #4a4946;
  color: #fff;
}

.footer__container {
  flex: 1 0 auto;
  padding: calc(1.5rem * 2) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: calc(1.5rem * 3);
}

.footer__content {
  line-height: calc(1.5rem * 0.1);
  display: block;
}

.email-address {
  margin: calc(1.5rem * 3) 0;
}

.button {
  border: 1px solid #6184D8;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  color: #6184D8;
  padding: 1px 25px;
  transition: 0.3s ease;
  cursor: pointer;
}

.button:hover {
  background-color: #6184D8;
  color: #E4E6C3;
  border: 1px solid transparent;
}/*# sourceMappingURL=style.css.map */

.impressum_link a,
.datenschutz_link a{
  text-decoration: none;
  color: white;
}

.impressum {
  /* übernimmt die Center-Logik deiner .app/.wrapper */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;

  min-height: 100vh;                  /* volle Fensterhöhe */
  padding: calc(1.5rem * 7)           /* oberer Abstand (≈ Header-Höhe) */
           calc(1.5rem * 3);

  background-color: #fff;             /* Weiß wie die Homepage */
  color: #4a4946;                     /* Haupttextfarbe */
}

/* Haupt-Container mit derselben Max-Breite wie .container */
.impressum__container {
  width: 100%;
  max-width: 60rem;                   /* identisch zu deinem .container */
  margin: 0 auto;
}

/* ------------ Typografie ------------------------ */
.impressum h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  color: #22211f;
  margin-bottom: calc(1.5rem * 2);
}

.impressum h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #22211f;
  margin: calc(1.5rem * 2) 0 calc(1.5rem * 0.5);
}

.impressum p,
.impressum ul,
.impressum li {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: calc(1.5rem * 1);
}

.impressum ul {
  list-style: disc inside;
  padding-left: 1rem;                 /* leichter Einzug */
}

/* Quelle / Copyright */
.impressum .source {
  font-size: 0.9rem;
  font-style: italic;
  color: #4a4946;
}

/* ------------ Links ----------------------------- */
.impressum a {
  color: black;                     /* Link-Blau deiner Seite */
  text-decoration: none;
  transition: color 0.3s ease;
}

.impressum a:hover {
  color: #4a4946;                     /* Dunkelgrau beim Hover */
}

/* ------------ Reaktionsfähigkeit ---------------- */
@media (max-width: 576px) {
  .impressum {
    padding: calc(1.5rem * 6) calc(1.5rem * 0.5);
  }
  .impressum h1 {
    font-size: clamp(28px, 6vw, 40px);
  }
  .impressum h2 {
    font-size: 1rem;
  }
}

.impressum a,
.datenschutz a,
.footer__content a {          /* weiß */
  text-decoration: none;  /* keine Unterstreichung */
}

.impressum__back{
  text-align:center;
  margin-top:calc(1.5rem * 2);
}

.button--filled{
  background-color:#6184D8;
  color:#E4E6C3;
  border:1px solid transparent;
}
.button--filled:hover{
  background-color:transparent;
  color:#6184D8;
  border:1px solid #6184D8;
}

.datenschutz{
  /* dieselben Werte wie .impressum */
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;

  min-height:100vh;
  padding:calc(1.5rem * 7) calc(1.5rem * 3);
  background:#fff;
  color:#4a4946;
}
.datenschutz__container{
  width:100%;
  max-width:60rem;
  margin:0 auto;
}

/* Typo */
.datenschutz h1{
  font-family:"Playfair Display",serif;
  font-weight:500;
  font-size:clamp(32px,4vw,48px);
  color:#22211f;
  margin-bottom:calc(1.5rem * 2);
}
.datenschutz h2{
  font-family:"Playfair Display",serif;
  font-weight:500;
  font-size:1.2rem;
  color:#22211f;
  margin:calc(1.5rem * 2) 0 calc(1.5rem * 0.5);
}
.datenschutz p,
.datenschutz ul,
.datenschutz li{
  font-family:"Roboto",sans-serif;
  font-size:1rem;
  line-height:1.6;
  margin-bottom:calc(1.5rem * 1);
}
.datenschutz ul{
  list-style:disc inside;
  padding-left:1rem;
}
.datenschutz .source{
  font-size:0.9rem;
  font-style:italic;
  color:#4a4946;
}

/* Links */
.datenschutz a{
  color:#6184D8;
  text-decoration:underline;
  transition:color .3s ease;
}
.datenschutz a:hover{
  color:#4a4946;
}

/* Button-Zentrierung */
.datenschutz__back{
  text-align:center;
  margin-top:calc(1.5rem * 2);
}

/* Responsive */
@media(max-width:576px){
  .datenschutz{
    padding:calc(1.5rem * 6) calc(1.5rem * .5);
  }
  .datenschutz h1{font-size:clamp(28px,6vw,40px);}
  .datenschutz h2{font-size:1rem;}
}
