@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/jso1ioh.css");
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
html{
  scroll-behavior: smooth;
  height: 100%;
}
body {
    overflow-x: hidden;
    background-color: #1f1f1f;
    min-height: 100vh;
    height: 100%;
    display: flex;
  flex-direction: column;
}


body{
  display: flex;
  flex-direction: column;
}


/************** HEADER ******************/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.logoindex {
    height: auto;
    width: 130px;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.navigation li {
    list-style: none;
    color: #ffffff;
}

.navigation li a {
    color: #49458d;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 20px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.navigation li a:hover,
.active {
    background: #d99faa;
    color: #1f1f1f !important;
}

/************** Überschriften ******************/

p{
    font-family: "Inter Tight", sans-serif;
}

#fototext {
    text-align: center;
    color: #fff;
    margin:0 190px 40px;

}


h1,
h2,
h4 {
    text-align: center;
}

h4 {
    animation-delay: 3s;
}

h1 {
    font-family: "mudstone-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #49458d;
    font-size: 150px;
    margin: 0px 0px 50px 0px;
    
}

h1#indexname {
    color: #49458d;
    text-shadow: 2px 2px 5px #1f1f1f 0.3,
        5px 5px 70px #ffffff;
        margin-bottom: 0;
}

h2 {
    font-family: "mudstone-sans", sans-serif;
    color: #d99faa;
    font-size: 130px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
        5px 5px 70px rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
}
.titelhover{
    text-align: left;
}


h2.blue {
    position: absolute;
    color: #9CC4E5;
    width: 50%;
    text-align: center;
}

#about h2 {
    position: relative !important;
    margin-bottom: 50px;
}

#vorstellung h2 {
    margin: 0px;
    text-align: center;
}

h3 {
    font-family: "Inter Tight", sans-serif;
    color: #49458d;;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}


h3.nonschraeg {
    writing-mode: horizontal-tb;
    font-family: "Inter Tight", sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 50px;
}


h4 {
    font-family: "Inter Tight", sans-serif;
    color: #d99faa;
    font-size: 60px;
}

#hovergallerie{
    font-family: "Inter Tight", sans-serif;
    font-size: 30px;
    color: #4581cb;
}
#grafik{
    font-size: 20px;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-right: 150px;
    margin-left: 150px;
}


/************** Buttons ******************/

 button{
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;          /* kleiner Text */
  font-weight: 700;
  border: 2px solid #d99faa; /* dünner Rand */
  padding: 14px 30px;        /* entscheidend für die Größe */
  border-radius: 999px;
  cursor: pointer;
  background: #d99faa;
  color: #1f1f1f;
  border-color: #d99faa;
}
button:hover{
  background: transparent;
  color: #d99faa;
  border-color: #d99faa;
}






/************** MAIN CONTAINER INDEX ******************/

main.seite {
    margin-top: 160px;
}

#index main section#start1 {
    min-height: 100vh;
}

section#start1 {
  background-image: url(./assets/papier-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#about,
section#portfolio,
section#start1,
section#marketing,
section#grafik,
section#weekly,
section#arbeiten {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 60px;
}

section#marketing,
section#grafik,
section#weekly,
section#arbeiten {
    justify-content: space-between;
}


#index main section article {
    display: flex;
    justify-content: center;
}

#start1 img {
    width: 250px;
    text-shadow: #1f1f1f;
}





/**************  Eigene Arbeiten ******************/
section#slider {
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    transform: rotate(2deg);
    margin-top: 150px;
}

#slider img {
    height: 200px;
    width: auto;
    margin: 10px;
}


#zeichnung {
    margin: 0 15vw;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s;

}

#zeichnung img {
    margin: 10px;

}

#zeichnung img:hover {
    background-color: #9CC4E5;
}

#nachname {
    z-index: -2;
}







/************** schräge Texte ******************/

.schraeg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 140px;
    margin-top: 100px;
}

.schraeg img {
    width: auto;
    height: 300px;
    margin: 10px;
}

.schraeg img:hover {
    filter: drop-shadow(#4581cb);
}


/************** schräge Texte ******************/



#w1 {
    height: auto;
    width: 300px;

    justify-content: space-between;

}

#w2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#w2 img {
    margin: 10px;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#vorstellung {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;

}

#vorstellung p {
    margin: 0px 0px 100px;
}

#portrait {
    height: auto;
    width: 450px;
    display: flex;
    justify-content: center;

}

#bildrechts,
#bildlinks {
    position: absolute;
    z-index: 9999;
    height: auto;
    width: 300px;
}


.last {
    margin-bottom: 300px;
}


/*********** Footer ***************/

footer {
    color: #ffa7a7;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #49458d;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


#fusszeilenamen {
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    text-align: right;

}

.impressum p {
    width: 200px;
}


/**********animation***********/

.animate__animated {
    animation-delay: 1s;
    animation-duration: 2s;
}


/********************foto hover marketing/ Illustration***********/
.container {
    position: relative;    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    perspective: 500px;
    margin-left: 50px;
    margin-bottom: 80px;
  }
  .container .box {
    position: relative;
    width: 275px;
    height: 275px;
    background: #000;
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 45px;
  }
  .container:hover .box {
    transform: rotateY(25deg);
  }
  .container .box:hover ~ .box {
    transform: rotateY(-25deg);
  }
  .container .box:hover {
    transform: rotateY(0deg) scale(1.25);
    z-index: 1;
    box-shadow: 0 25px 40px rgba(0,0,0,0.5);
  }
  .container .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .box .imgBx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(172, 215, 255),#000);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    mix-blend-mode: multiply;
  }
  .container .box:hover .imgBx:before {
    opacity: 1;
  }
  .container .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    display: flex;
    padding: 20px;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .container .box .content h2 {
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    transform: translateY(250px);
    transition-delay: 0.2s;
  }
  .container .box:hover .content h2 {
    transform: translateY(0px);
  }
  .container .box .content p {
    color: #fff;
    transition: 0.5s;
    font-size: 13px;
    transform: translateY(250px);
    transition-delay: 0.3s;
  }
  .container .box:hover .content p {
    transform: translateY(0px);
  }
  /***********************fotogalerie hover eigene arbeiten*********/
  @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
  @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
  figure.snip1321 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
  }
  figure.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  figure.snip1321 img {
    max-width: 100%;
    vertical-align: top;
  }
  figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  figure.snip1321 h2,
  figure.snip1321 h4 {
    margin: 0;
  }
  figure.snip1321 h2 {
    font-weight: 600;
  }
  figure.snip1321 h4 {
    font-weight: 400;
    text-transform: uppercase;
  }
  figure.snip1321 i {
    font-size: 32px;
  }
  figure.snip1321:after {
    background-color: #151b28;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
  figure.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1321:hover figcaption,
  figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip1321:hover:after,
  figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(#4581cb); /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 10px; /* Some padding */
    line-height: 1;
    border-radius: 8px; /* Rounded corners */
    height: 60px;
    font-size: 30px;
  }
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  

  /* width */
::-webkit-scrollbar {
    width: 17px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #1f1f1f; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(172, 215, 255);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(172, 215, 255);
  }

 #about { overflow: hidden; }

#about .marquee{
  width: 100%;
  overflow: hidden;
}

#about .marquee-track{
  display: flex;
  width: max-content;
  animation: marquee-about 18s linear infinite;
}

#about .marquee-track h2{
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3),
               5px 5px 70px rgba(255,255,255,0.12);
  white-space: nowrap;
  margin-right: 80px;
}
@keyframes marquee-about{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



#about{
  padding-bottom: 20px;   /* weniger Abstand nach unten */
}

/* ===== PORTFOLIO (nur einmal!) ===== */
#portfolio{
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 20px 0 80px;
}

#portfolio h1{
  margin: 0 0 24px 0;
}

#portfolio .cat{
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: filter .35s ease;
  text-decoration: none;
  
}

#portfolio .cat:hover{
  filter: grayscale(0);
  
}

#portfolio .cat span{
  font-family: "mudstone-sans", sans-serif;
  font-size: 48px;
  color: #fff;
  text-shadow: none;
  letter-spacing: 2px;
}

#work{
  padding: 120px 6vw 80px;
}

.filters{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 20px 0 40px;
}

.filters .filter{
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid #d99faa;
  background: transparent;
  color: #d99faa;
  font-weight: 800;
  cursor: pointer;
}

.filters .filter.active{
  background: #d99faa;
  color: #1f1f1f;
}

.gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  
}

@media (max-width: 1000px){
  .gallery{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px){
  .gallery{ grid-template-columns: 1fr; }
}

.card{
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.card img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transform: scale(1);
  transition: transform .35s ease, filter .35s ease;
}

.card .card-text{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity .35s ease;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));
}

.card h3{
  color: #fff;
  font-size: 22px;
  margin: 0;
  text-align: left;

}

.card p{
  color: #fff;
  margin: 6px 0 0;
  font-weight: 600;
  text-align: left;
}

.card:hover img{
  filter: grayscale(0);
  transform: scale(1.05);
}

.card:hover .card-text{
  opacity: 1;
}

/*kjhdfiukjsdhfiuskdjhfisdkjhfiusdkjhfiudhf

/* ===== ABOUT ME PAGE (komplett) ===== */
.aboutme{ background:#1f1f1f; padding-top:120px; }

/* Buttons für <a class="button"> */
.button{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  padding:12px 22px;
  border-radius:999px;
  border:2px solid #d99faa;
  background:#d99faa;
  color:#1f1f1f;
  text-decoration:none;
  display:inline-block;
}
.button:hover{ background:transparent; color:#d99faa; }
.button.ghost{ background:transparent; color:#d99faa; }
.button.ghost:hover{ background:#d99faa; color:#1f1f1f; }

/* HERO */
.about-hero{ padding:40px 6vw 60px; }
.about-hero-inner{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:40px;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
}
/* ===== HERO TEXT AUSRICHEN ===== */
.hero-left{
  text-align: left;
  max-width: 520px;   /* gleiche Startlinie für alle Texte */
}

/* Überschriften & Text im Hero links */
.about-hero h1,
.about-hero h2,
.about-hero p{
  text-align: left;
}

/* Pills & Buttons links halten */
.pill-row,
.cta-row{
  justify-content: flex-start;
}
.kicker
{ 
  color:#d99faa; 
  font-weight:800; 
  letter-spacing:3px; 
  margin-bottom:10px;
 }


.about-title{ margin:0 0 12px 0; font-size:90px; color:#49458d; text-shadow:none; }

.about-sub{ 
  color:#000000; 
  opacity:.85; 
  max-width:52ch; 
  line-height:1.5; 
  margin-bottom:18px; 
}

.pill-row{ display:flex; flex-wrap:wrap; gap:10px; margin:14px 0 24px; }
.pill{
  border:2px solid #49458d;
  color:#49458d;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  transition:transform .25s ease;
  font-family:"Inter Tight",sans-serif;
}
.pill:hover{ transform:translateY(-2px); }
.cta-row{ display:flex; gap:12px; flex-wrap:wrap; }

.portrait-card{
  border-radius:22px;
  overflow:hidden;
  position:relative;
  border:2px solid rgba(217,159,170,.35);
}
.portrait-card img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;

  /* IMMER FARBE */
  filter: none;
  transform: none;
}

.portrait-tag{
  position:absolute;
  right:14px;
  bottom:14px;
  background:rgba(31,31,31,.75);
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
}
.mini-cards{ 
  display:grid; 
  grid-template-columns:1fr 1fr; 
  gap:12px; 
  margin-top:12px; 
  
}

.mini-card{ border:2px solid #49458d; border-radius:18px; padding:14px; }
.mini-title{ color:#49458d; font-weight:800; margin-bottom:8px; }
.mini-value{ color:#49458d; opacity:.85; line-height:1.3; }

/* BAND */
.about-band{
  overflow:hidden;
  border-top:2px solid rgba(73,69,141,.35);
  border-bottom:2px solid rgba(73,69,141,.35);
}
.band-track{
  display:flex;
  gap:40px;
  white-space:nowrap;
  padding:14px 0;
  animation:bandMove 18s linear infinite;
}
.band-track span{
  color:#d99faa;
  font-weight:900;
  letter-spacing:6px;
  font-size:16px;
 font-family: "mudstone-sans", sans-serif;
}
@keyframes bandMove{ from{transform:translateX(0)} to{transform:translateX(-33.33%)} }

/* Layout sections */
.about-grid{
  max-width:1200px;
  margin:0 auto;
  padding:70px 6vw 20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.about-wide{
  max-width:1200px;
  margin:0 auto;
  padding:22px 6vw;
}

.glass{
  border-radius:22px;
  border:2px solid rgba(217,159,170,.25);
  padding:26px;
  background:rgba(255,255,255,.02);
}

/* Titel / Text */
.small-title{
  font-family:"Inter Tight",sans-serif;
  font-size:26px;
  color:#d99faa;
  text-shadow:none;
  margin:0 0 14px 0;
  text-align:left;
}
.muted{
  color:rgba(255,255,255,.82);
  line-height:1.55;
  margin:0 0 10px 0;
  text-align:left;
}

/* Card animation (simple + nice) */
.card-anim{ transform:translateY(10px); opacity:0; animation:cardIn .7s ease forwards; }
.card-anim:nth-child(2){ animation-delay:.08s; }
.card-anim:nth-child(3){ animation-delay:.16s; }
@keyframes cardIn{ to{ transform:translateY(0); opacity:1; } }
.glass:hover{ transform:translateY(-4px); transition:transform .25s ease; }

/* Facts */
.facts{ margin-top:16px; display:grid; gap:10px; }
.fact{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border-radius:16px;
  border:2px solid rgba(156,196,229,.25);
}
.fact-k{ color:#9CC4E5; font-weight:900; margin:0; }
.fact-v{ color:#fff; opacity:.9; font-weight:700; margin:0; }

/* Hobbys chips */
.chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.chip{
  border:2px solid rgba(73,69,141,.45);
  color:#9CC4E5;
  padding:7px 12px;
  border-radius:999px;
  font-weight:800;
  font-family:"Inter Tight",sans-serif;
  font-size:14px;
  transition:transform .25s ease, background .25s ease, color .25s ease;
}
.chip:hover{
  transform:translateY(-2px) rotate(-1deg);
  background:rgba(217,159,170,.22);
  color:#fff;
}

/* Skills bars */
.skill-list{ display:grid; gap:14px; margin-top:8px; }
.skill-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:rgba(255,255,255,.9);
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  font-size:14px;
}
.pct{ color:#9CC4E5; }
.bar{
  height:12px;
  border-radius:999px;
  border:2px solid rgba(156,196,229,.25);
  overflow:hidden;
  margin-top:8px;
  background:rgba(255,255,255,.02);
}
.bar i{
  display:block;
  height:100%;
  width:0;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(73,69,141,.9), rgba(217,159,170,.9));
  animation:fill 1.1s ease forwards;
}
.skill:nth-child(1) .bar i{ animation-delay:.15s; }
.skill:nth-child(2) .bar i{ animation-delay:.25s; }
.skill:nth-child(3) .bar i{ animation-delay:.35s; }
.skill:nth-child(4) .bar i{ animation-delay:.45s; }
.skill:nth-child(5) .bar i{ animation-delay:.55s; }
@keyframes fill{ to{ width:var(--w); } }

.tool-badges{ display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.badge{
  border:2px solid rgba(217,159,170,.35);
  color:#d99faa;
  padding:7px 12px;
  border-radius:14px;
  font-weight:900;
  font-family:"Inter Tight",sans-serif;
  letter-spacing:1px;
  transition:transform .25s ease;
}
.badge:hover{ transform:translateY(-2px); }

/* Timeline */
.timeline .tl{ margin-top:10px; position:relative; }
.timeline .tl:before{
  content:"";
  position:absolute;
  left:10px;
  top:6px;
  bottom:6px;
  width:2px;
  background:rgba(73,69,141,.35);
  transform:scaleY(0);
  transform-origin:top;
  animation:lineIn .9s ease forwards .2s;
}
@keyframes lineIn{ to{ transform:scaleY(1); } }

.tl-item{ display:grid; grid-template-columns:22px 1fr; gap:14px; padding:10px 0; }
.tl-dot{
  width:12px; height:12px; border-radius:999px; background:#49458d;
  margin-top:6px; transform:scale(0); animation:dotIn .4s ease forwards;
}
.tl-item:nth-child(1) .tl-dot{ animation-delay:.25s; }
.tl-item:nth-child(2) .tl-dot{ animation-delay:.35s; }
.tl-item:nth-child(3) .tl-dot{ animation-delay:.45s; }
@keyframes dotIn{ to{ transform:scale(1); } }

.tl-title{
  margin:0 0 6px 0;
  color:#9CC4E5;
  font-weight:900;
  font-family:"Inter Tight",sans-serif;
  text-align:left;
}

/* Feature tiles */
.about-feature{
  max-width:1200px;
  margin:0 auto;
  padding:30px 6vw 70px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.feature{
  border-radius:22px;
  overflow:hidden;
  min-height:220px;
  display:flex;
  align-items:flex-end;
  text-decoration:none;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  filter:grayscale(1);
  transition:filter .35s ease, transform .35s ease;
}
.feature:hover{ filter:grayscale(0); transform:scale(1.01); }
.feature-inner{
  width:100%;
  padding:18px;
  background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0));
}
.feature-k{ color:#9CC4E5; font-weight:900; margin:0 0 6px 0; }
.feature-t{ color:#fff; font-size:34px; margin:0 0 6px 0; text-shadow:none; }
.feature-p{ color:#fff; opacity:.85; margin:0; }

/* CTA */
.about-cta{ padding:0 6vw 90px; }
.cta-card{
  max-width:1200px;
  margin:0 auto;
  border-radius:22px;
  border:2px solid rgba(217,159,170,.25);
  padding:34px;
}
.cta-title{
  font-family:"mudstone-sans",sans-serif;
  color:#d99faa;
  text-shadow:none;
  font-size:54px;
  margin:0 0 10px 0;
  text-align:left;
}
.cta-text{ color:#fff; opacity:.85; margin:0 0 18px 0; }

/* Responsive */
@media (max-width:980px){
  .about-hero-inner{ grid-template-columns:1fr; }
  .about-title{ font-size:64px; }
  .about-grid{ grid-template-columns:1fr; }
  .about-feature{ grid-template-columns:1fr; }
  .mini-cards{ grid-template-columns:1fr; }
}

.about-hero{
  padding-top: 180px;   /* nur für Inhalt (Nav-Höhe) */
  padding-bottom: 60px;

  background-image: url("./assets/papier-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay damit Text lesbar bleibt */

/* Inhalt über Overlay */
.about-hero-inner{
  position: relative;
  z-index: 1;
}

/* ABOUT: kein Abstand nach oben */
main.seite{ margin-top: 0 !important; }
.aboutme{ padding-top: 0 !important; }

/*dshfiusajkdhfuiewskdhf9weurisdkjfhwec98dsunifiosldhjfiuskdjhfieupsdkfhiapsdfh

/* ===== SIMPLE CONTACT PAGE ===== */

.contact-simple {
  flex: 1;
  padding-top: 240px;   /* weiter nach unten */
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-simple h1{
  font-size: 80px;
  color: #49458d;
  margin-bottom: 20px;
}

.contact-text{
  max-width: 420px;
  color: #fff;
  opacity: .85;
  margin-bottom: 40px;
}

.contact-links{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item{
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #d99faa;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  border: 2px solid rgba(217,159,170,.5);
  transition: transform .25s ease, background .25s ease;
}

.contact-item:hover{
  transform: translateY(-3px);
  background: rgba(217,159,170,.15);
}

.contact-item.muted{
  border: none;
  color: rgba(255,255,255,.6);
  cursor: default;
}

.contact-simple{
  flex: 1;          /* schiebt Footer nach unten */
}