* {
  box-sizing: border-box;
  font-family: "Roboto Mono", Helvetica, sans-serif;
  cursor: none;
}

@font-face {
  font-family: Überschrift;
  src: url(SUPER_KINDLY.ttf);
}

/* DESKTOP STYLES */

html::-webkit-scrollbar {
  display: none;
}

::selection {
  background: #e9c9c8;
  color: #000000;
}

nav {
  width: 100%;
  padding: clamp(1rem, 3vh, 2.5rem) 0;
  background-color: #003435;
  color: #E9FDFD;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: fixed;
  transition: background-color 1s ease, color 1s ease;
}

.nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 900;
}

.nav-list li {
  padding: 0.5rem clamp(0.8rem, 1.2vw, 1.5rem);
}

.nav-list a:not(.active) {
  filter: blur(2px);
  opacity: 0.5;
  transition: filter 0.3s, opacity 0.3s;
}

.nav-list a:not(.active):hover {
  filter: none;
  opacity: 1;
}

.nav-list li a {
  text-decoration: none;
  color: #E9FDFD;
  font-size: clamp(0.75rem, 1.5vw, 1.2rem);
  font-weight: bold;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.nav-list li a.active,
.nav-list li a:hover {
  text-decoration: underline;
}

.nav--contrasting {
  background-color: #E9FDFD;
  color: #003435;
}

.nav--contrasting #logo {
  filter: none;
  color: #003435;
}

.nav--contrasting .nav-list li a {
  color: #003435;
  filter: none;
  opacity: 1;
}

.nav--contrasting .nav-list a:not(.active) {
  opacity: 0.9;
}

nav>a {
  color: inherit;
  text-decoration: none;
}

.slash {
  color: #003435;
  filter: blur(1px);
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

h1 {
  font-size: clamp(2rem, 7vh, 5rem);
  margin-bottom: clamp(2rem, 8vh, 5rem);
  font-weight: 500;
  font-family: Überschrift, "Roboto Mono", Helvetica, sans-serif;
  padding: 0 clamp(1rem, 3vw, 3rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 5rem);
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: Überschrift, "Roboto Mono", Helvetica, sans-serif;
}

h3 {
  font-size: clamp(1.2rem, 4vh, 2.5rem);
  margin-bottom: 2vh;
  font-weight: 500;
  font-family: "Roboto Mono", Helvetica, sans-serif;
}

.reveal-decoder .letter {
  opacity: 0;
  display: inline-block;
}

.reveal-decoder .word {
  display: inline-block;
  white-space: pre-wrap;
}

.Fließtext {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.section-divider {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.section-divider .full-line {
  width: 100%;
  height: 10vh;
  background: #365e5e;
}

#smooth-content {
  position: absolute;
  width: 100%;
  min-height: 400vh;
  display: flex;
  flex-direction: column;
}

.söhne,
.huren {
  width: clamp(200px, 16vw, 300px);
  height: clamp(200px, 16vw, 300px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.söhne img,
.huren img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.content-section {
  min-height: 140vh;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.text-block {
  flex: 1 1 360px;
  padding: clamp(8rem, 20vh, 20rem) clamp(1rem, 4vw, 8rem) 2rem clamp(1rem, 4vw, 8rem);
  min-width: 260px;
  box-sizing: border-box;
}
.Titel {
  position: relative;
  padding: clamp(8rem, 15vh, 12rem) 2vh 2vh 0;
  margin: 0;
  width: fit-content;
  margin-left: clamp(1rem, 4vw, 8rem); /* Wie bei .text-block */
  line-height: 0.55;
  display: block;
  font-size: 2.5vw;
  font-family: "Roboto Mono", Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #003435;
  z-index: 20; /* höher als .duchgestrichen (1) */
}

.duchgestrichen {
  position: absolute;
  top: 82%;
  width: 17%;
  padding: 1.3vh 14vh;
  background-color:#e59797;
  transform: translateY(-50%);
  z-index: 1;
}
.portfolio {
  margin: 0;
  padding: 0;
  position: relative; 
  z-index: 10;
}

#sektion1 {
  background: #ffffff;
  color: #003435;
  padding-top: 2rem; 
}
.columns-container {
  flex: 2 1 480px;
  display: flex;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  flex-wrap: wrap;
  align-items: flex-start;
}

.scroll-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 200px;
  width: auto;
  margin-left: clamp(1rem, 4vw, 4rem);
}

.about-section {
  font-family: "Roboto Mono", Helvetica, sans-serif;
  padding: clamp(10vh, 20vh, 25vh) 2vw 0rem 2vw;
  max-width: 800px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

#logo {
  position: fixed;
  top: 0;
  padding: clamp(0.8rem, 1.3rem, 8rem) 0;
  margin: 0;
  left: clamp(1rem, 4vw, 4rem);
  display: block;
  height: auto;
  font-size: clamp(1.5rem, 4vw, 4rem);
  font-family: Überschrift, "Roboto Mono", Helvetica, sans-serif;
  text-decoration: none;
  color: inherit;
}

#about-main {
  background-color: #E9FDFD;
  color: #003435;
  padding-bottom: 12vh;
}

#about-main p {
  font-size: clamp(0.9rem, 1.5vh, 1.2rem);
  line-height: 1.6;
  margin-bottom: 2rem;
}

ul#liste_about {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  font-size: clamp(0.9rem, 1.5vh, 1.2rem);
}

.liste {
  flex: 1 0 50%;
  margin: 0.5rem 0;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5vh;
  color: inherit;
  background-color: #003435;
  color: #E9FDFD;
  transition: background-color 2s ease, color 2s ease;
  z-index: 1000;
}

.footer--contrasting {
  background-color: #E9FDFD;
  color: #003435;
}

.footer--contrasting .tickerwrapper,
.footer--contrasting ul.list_footer,
.footer--contrasting ul.list_footer li,
.footer--contrasting .listitem a {
  color: inherit !important;
  text-decoration: none !important;
}

.footer--contrasting .tickerwrapper {
  background: #E9FDFD;
  border-color: #003435;
}

.tickerwrapper {
  top: 3vh;
  left: 0%;
  color: #E9FDFD;
  width: 99.9%;
  height: 9vh;
  overflow: hidden;
  cursor: pointer;
  z-index: 999999;
  bottom: 0;
}

ul.list_footer {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list_footer.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
  color: inherit;
}

ul.list_footer li {
  float: left;
  padding-left: 0.5vw;
  font-size: clamp(1rem, 4vh, 2.5rem);
  font-weight: 400;
  color: inherit;
}

.listitem a {
  font-family: "Roboto Mono", Helvetica, sans-serif;
  color: inherit;
  text-decoration: none;
}

.list_footer li a.active,
.list_footer li a:hover {
  text-decoration: underline;
}

#sektion1 {
  background: #ffffff;
  color: #003435;
  padding-top: clamp(8rem, 15vh, 11rem);
}

#sektion2 {
  background: #003435;
  color: #E9FDFD;
}

#sektion3 {
  background: #E9FDFD;
  color: #003435;
}

.hover-image {
  width: 12vw;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  cursor: none;
}

.hover-image img {
  width: 100%;
  height: auto;
  display: block;
}

.dimmed {
  opacity: 0.25;
  transition: opacity 0.3s ease;
}

#contact {
  background: #E9FDFD;
  padding: clamp(10vh, 16vh, 20vh) 2rem 6rem 2rem;
  display: flex;
  justify-content: center;
}

.contact-box {
  max-width: 700px;
  background: #003435;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.contact-box h2 {
  font-size: clamp(2rem, 5vh, 4rem);
  color: #E9FDFD;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #365e5e;
  margin: 1rem auto 1.5rem;
  border-radius: 2px;
}

.contact-lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: bold;
  color: #E9FDFD;
  margin-bottom: 0.5rem;
}

.contact-box p {
  color: #E9FDFD;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  margin-bottom: 2rem;
}

.contact-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #E9FDFD;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #E9FDFD;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-item {
  position: relative;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 10px 6px;
  border: none;
  border-bottom: 2px solid #E9FDFD;
  background: transparent;
  font-size: clamp(14px, 2vw, 16px);
  outline: none;
  resize: none;
  color: #E9FDFD;
}

.form-item label {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(14px, 2vw, 16px);
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-item:has(textarea) label {
  top: 75%;
}

.form-item input:focus+label,
.form-item textarea:focus+label,
.form-item input:not(:placeholder-shown)+label,
.form-item textarea:not(:placeholder-shown)+label {
  top: -10px;
  font-size: 12px;
  color: black;
}

.form-button {
  background-color: #E9FDFD;
  color: #003435;
  border: none;
  padding: 12px 0;
  border-radius: 20px;
  font-size: clamp(0.9rem, 2vw, 1rem);
  transition: background 0.3s;
  cursor: none;
}

.form-button:hover {
  background-color: #365e5e;
  color: white;
}

.form-button:active {
  background-color: #365e5e;
}

#kontakt {
  font-size: clamp(3rem, 10vh, 8rem);
}

body .cursor {
  pointer-events: none;
}

body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translate(0%, -30%) scale(2);
  z-index: 10000;
  pointer-events: none;
  transition: transform 0.12s linear;
}

body .cursor__ball.hover {
  transform: translate(+100%, +100%) scale(5);
  mix-blend-mode: difference;
}

body .cursor__ball svg {
  width: 100%;
  height: 100%;
  display: block;
}

body .cursor__ball circle {
  fill: var(--cursor-fill, #f7f8fa);
  transition: fill 0.12s linear;
}

.hover-images-1 {
  position: fixed;
  top: 20vh;
  left: 10vw;
  width: 4vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms linear;
  pointer-events: none;
  will-change: opacity, transform;
}

.hover-images-2 {
  position: fixed;
  top: 80vh;
  left: 80vw;
  width: 4vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms linear;
  pointer-events: none;
  will-change: opacity, transform;
}

.hover-images-3 {
  position: fixed;
  top: 40vh;
  left: 60vw;
  width: 2vw;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms linear;
  pointer-events: none;
  will-change: opacity, transform;
}

.hover-images-4 {
  position: fixed;
  top: 70vh;
  left: 20vw;
  width: 10vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms linear;
  pointer-events: none;
  will-change: opacity, transform;
}

.hover-images-1,
.hover-images-2,
.hover-images-3,
.hover-images-4 img {
  width: 100%;
  height: auto;
  display: block;
}

.about-section:hover~.hover-images-1,
.about-section:hover~.hover-images-2,
.about-section:focus-within~.hover-images-1,
.about-section:focus-within~.hover-images-2,
.about-section:hover~.hover-images-3,
.about-section:hover~.hover-images-4,
.about-section:focus-within~.hover-images-3,
.about-section:focus-within~.hover-images-4 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: none;
  cursor: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 10vw;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #e59797;
}

input:focus+.slider {
  box-shadow: 0 0 1px #e59797;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hover-disabled .hover-images-1,
.hover-disabled .hover-images-2,
.hover-disabled .hover-images-3,
.hover-disabled .hover-images-4 {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

label.switch {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}

.ca_mode_icon img {
  position: absolute;
  left: 84vw;
  transform: translateY(-50%);
  width: 8vw;
}

#impressum-main {
  background-color: #E9FDFD;
  color: #003435;
}

.impressum,
.datenschutz {
  font-family: "Roboto Mono", Helvetica, sans-serif;
  padding: clamp(10vh, 15vh, 20vh) 2vw 0rem 2vw;
  max-width: 800px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

.datenschutz {
  padding: 5vh 2vw 0vh 2vw;
}

.impressum h1,
.datenschutz h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 4vh, 3rem);
  box-sizing: border-box;
  text-align: left;
  font-family: "Roboto Mono", Helvetica, sans-serif;
  font-weight: 1000;
}

.impressum h2,
.datenschutz h2 {
  margin: 0;
  padding: 2vh 0;
  font-size: clamp(1.2rem, 3vh, 2.5rem);
  box-sizing: border-box;
  text-align: left;
  font-family: "Roboto Mono", Helvetica, sans-serif;
  font-weight: 900;
  text-decoration: underline;
}

.impressum h3,
.datenschutz h3 {
  font-size: clamp(1rem, 3vh, 2rem);
  margin-bottom: 2vh;
  font-weight: 500;
  font-family: "Roboto Mono", Helvetica, sans-serif;
}

.impressum p,
.datenschutz p {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.resourcen {
  margin-bottom: 10vh;
}

#hilfe {
  margin-top: 0;
}

.link-resources {
  color: #003435;
  text-decoration: underline;
}

/* RESPONSIVE MEDIA */

/* Tablets - 1024px */
@media (max-width: 1024px) {
  .columns-container {
    gap: 1rem;
  }

  .scroll-container {
    margin-left: 2rem;
    gap: 1.2rem;
  }

  .söhne,
  .huren {
    width: clamp(180px, 20vw, 250px);
    height: clamp(180px, 20vw, 250px);
  }
}

/* Tablets (Portrait - 786 px) und große Handys */
@media (max-width: 768px) {
  nav {
    padding: 1.5rem 0;
  }

  .nav-list {
    gap: 0.5rem;
  }

  .ca_mode_icon {
    display: none;
  }

  label.switch {
    display: none;
  }

  .switch {
    display: none;
  }

  .content-section {
    min-height: auto;
  }

  .columns-container {
    flex-direction: column;
    gap: 1rem;
    padding: 0 1rem;
  }

  .text-block {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .scroll-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-top: 1rem;
    gap: 1rem;
  }

  .söhne,
  .huren {
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
    max-width: 400px;
    margin: 0 auto;
  }

  .section-divider {
    padding: 1rem 0;
  }

  .section-divider .short-line {
    width: 60%;
  }

  footer {
    height: 4vh;
  }

  .tickerwrapper {
    height: 7vh;
  }

  .hover-images-1,
  .hover-images-2,
  .hover-images-3,
  .hover-images-4 {
    display: none !important;
  }

  body .cursor {
    display: none !important;
  }
}

/* Mobile Geräte (Portrait) */
@media (max-width: 480px) {
  nav {
    padding: 1rem 0;
  }

  .nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
  }

  .nav-list li {
    padding: 0.2rem 0.8rem;
  }

  .slash {
    display: none;
  }

  label.switch {
    right: 1vw;
    width: 45px;
    height: 24px;
  }

  .slider:before {
    height: 18px;
    width: 18px;
  }

  input:checked+.slider:before {
    transform: translateX(21px);
  }

  .scroll-container {
    padding-top: 0.5rem;
    gap: 0.8rem;
  }

  .söhne,
  .huren {
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
    border-radius: 6px;
  }

  ul#liste_about {
    font-size: 0.9rem;
  }

  .liste {
    flex: 1 0 100%;
  }

  footer {
    height: 6vh;
  }

  .tickerwrapper {
    height: 7vh;
  }

  #logo {
    padding: clamp(0.9rem, 1.2rem, 4rem) 0;
    font-size: clamp(1.2rem, 5vw, 3rem);
  }
  .Titel {
    padding: clamp(6rem, 12vh, 9rem) 2vh 2vh 0;
    font-size: 4vw;
  }
}

@media (max-width: 360px) {
  .text-block {
    padding: clamp(6rem, 12vh, 9rem) 1rem 1rem 1rem;
  }

  .contact-box {
    padding: 1rem;
  }
}

@media (max-height: 600px) and (orientation: landscape) {
  nav {
    padding: 1rem 0;
  }

  .text-block {
    padding: clamp(6rem, 12vh, 8rem) 2rem 2rem 2rem;
  }
}

/* für touch sachen kein mauszeiger */
@media (hover: none) and (pointer: coarse) {
  body .cursor {
    display: none !important;
  }

  .hover-images-1,
  .hover-images-2,
  .hover-images-3,
  .hover-images-4 {
    display: none !important;
  }

  * {
    cursor: auto !important;
  }

  .slider {
    cursor: pointer !important;
  }

  .form-button {
    cursor: pointer !important;
  }
}