@charset "UTF-8";
/* style.scss */
/* Montserrat Regular */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Montserrat Italic */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Montserrat Bold */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Montserrat Bold Italic */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* Montserrat ExtraBold */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* Montserrat ExtraBold Italic */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Füge weitere Varianten auf ähnliche Weise hinzu */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  font-weight: 100;
}

p,
label {
  font-size: 17px;
  color: #888;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  min-height: 70px;
  max-width: 1150px;
  overflow: hidden;
  box-shadow: 0 0.5px 0 0 #888;
}
.header .logo p {
  font-size: 28px;
  font-weight: bold;
}
.header .nav ul {
  display: flex;
  gap: 15px;
}
.header .nav ul li {
  list-style: none;
}
.header .nav ul li a {
  color: #888;
  text-decoration: none;
  font-size: 18px;
  padding: 0 30px;
  height: 70px;
  display: flex;
  align-items: center;
}
.header .nav ul li a.active {
  border-bottom: 2px solid #ff5f5f;
}
.header .social-icons {
  margin: 0;
  padding: 0;
}
.header .social-icons img {
  width: 24px;
}
.header .social-icons a {
  background-color: #ff5f5f;
  display: inline-flex;
  border-radius: 50%;
  padding: 5px;
  margin: 0 3px;
}
.header .hamburger {
  display: none;
  font-size: 40px;
  padding-right: 10px;
}

.hero {
  text-align: center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: 56%;
  height: 480px;
  background-position: 100% 0;
  max-width: 1150px;
  margin: 0 auto;
}
.hero .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.hero .text {
  width: 40%;
}
.hero h1 {
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 100;
  line-height: 1.2;
}
.hero .cta-button {
  padding: 10px 20px;
  background-color: #ff5f5f;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

.stats {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.stats .stats-content {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  flex-wrap: wrap;
}
.stats .stat-box {
  text-align: center;
  padding: 20px;
  width: 200px;
  border-radius: 25px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}
.stats .stat-box h3 {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: 100;
}
.stats .stat-box p {
  color: #888;
}

.gradient-background {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 34%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
}

.about {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  overflow: hidden;
}
.about .text {
  width: 60%;
}
.about .text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.about .text p {
  font-size: 17px;
  color: #888;
}
.about .image {
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 90px;
  overflow: hidden;
  transform: rotate(12deg);
  margin-left: 50px;
}
.about .image img {
  width: 100%;
  transform: scale(1.2);
}

.white-arrow-link {
  text-decoration: none;
  width: auto;
  display: inline-block;
  padding: 9px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.3);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  margin: 40px 0 20px;
  border: 0 none;
  white-space: nowrap;
  position: relative;
  height: auto;
}
.white-arrow-link:hover {
  cursor: pointer;
}
.white-arrow-link .link-text {
  display: inline-block;
  margin-right: 40px;
}
.white-arrow-link .white-arrow {
  display: inline-flex;
  background-color: #ff5f5f;
  border-radius: 50%;
  margin-left: 15px;
  transform: translateY(3px) rotate(-135deg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
}

.headline {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 20px;
}

.portfolio,
.testimonials,
.contact {
  text-align: center;
  padding: 50px 0;
}
.portfolio h2,
.testimonials h2,
.contact h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.portfolio .text,
.testimonials .text,
.contact .text {
  padding: 30px 20px 50px;
}

.contact {
  padding: 70px 20px 100px;
  overflow: hidden;
}
.contact .text {
  padding: 10px 20px 50px;
  max-width: 700px;
  margin: 0 auto;
}

form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
form .flex > div {
  width: 100%;
}
form label {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 12px;
  margin: 5px;
}
form input,
form textarea {
  width: 100%;
  border: 0 none;
  box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.3);
  padding: 17px 10px;
  background-color: rgba(27, 28, 29, 0.5);
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  font-family: Montserat, sans-serif;
}
form textarea {
  min-height: 190px;
}
form button {
  min-height: 35px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

footer {
  background-color: #111;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
footer p {
  color: #888;
}
footer .flex {
  width: 100%;
}
footer .flex a {
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #888;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.portfolio {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio-gallery {
  padding: 2rem;
}

.portfolio-gallery h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.portfolio-gallery .text {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #444;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.gallery-image-tile {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.gallery-image-tile:hover {
  cursor: pointer;
}

.gallery-image-tile img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}

.gallery-image-tile:hover img {
  transform: scale(1.05);
}

.testimonials {
  padding: 70px 0 100px;
}
.testimonials .text {
  padding: 10px 20px 10px;
  max-width: 700px;
  margin: 0 auto 60px;
}

.slider {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}
.slider .slider-content {
  display: flex;
}
.slider .testimonial {
  margin: 130px 10px 0;
}
.slider .testimonial .user {
  position: relative;
  opacity: 0.3;
}
.slider .testimonial .user:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .testimonial .user .name {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -20px;
  margin: -15px auto;
}
.slider .testimonial .content {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 170px;
  margin: 0 auto;
  height: auto;
  width: 600px;
  background-color: #1b1c1d;
  box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 30px;
  z-index: 0;
  max-height: 160px;
}
.slider .testimonial .content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #1b1c1d;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  top: auto;
  z-index: 1;
  left: 280px;
  left: var(--bubble-arrow-left, 50%);
  transform: translateX(-50%);
  transition: left 0.15s ease;
}
.slider .testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.3);
  filter: grayscale(100%);
}
.slider .testimonial.active .user {
  opacity: 1;
}
.slider .testimonial.active .user img {
  filter: grayscale(0%);
}
.slider .testimonial.active .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

use:nth-child(2) {
  transform: translate(20px);
}
use:nth-child(3) {
  transform: translate(40px);
}
use:nth-child(4) {
  transform: translate(60px);
}
use:nth-child(5) {
  transform: translate(80px);
}

.rating {
  display: block;
  height: 20px;
  margin: 0.75rem auto;
  width: 100px;
}

.background {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0d0d0d, #000);
  display: flex;
  flex-grow: 1;
  z-index: -1;
}

.background div {
  position: absolute;
  border-radius: 100%;
  height: 0;
  filter: blur(240vw);
  opacity: 0.1;
}

.background div:nth-child(1) {
  background: linear-gradient(132deg, #1fcfc3 0%, #1f91cf 100%);
  width: 27%;
  padding-top: 27%;
  left: 29%;
  top: 62%;
  transform: translate(-50%, -50%);
}

.background div:nth-child(2) {
  background: linear-gradient(132deg, #ac52b5 0%, #7c97c4 100%);
  width: 72%;
  padding-top: 72%;
  left: 62%;
  top: 51%;
  transform: translate(-50%, -50%);
}

.background div:nth-child(3) {
  background: linear-gradient(132deg, #8058c4 0%, #60f01e 100%);
  width: 39%;
  padding-top: 39%;
  left: 97%;
  top: 57%;
  transform: translate(-50%, -50%);
}

.background div:nth-child(4) {
  background: linear-gradient(132deg, 0%, #70c365, 100%);
  width: 17%;
  padding-top: 17%;
  left: 92%;
  top: 95%;
  transform: translate(-50%, -50%);
}

.background div:nth-child(5) {
  background: linear-gradient(132deg, #55b76b 0%, #479f47 100%);
  width: 64%;
  padding-top: 64%;
  left: 99%;
  top: 54%;
  transform: translate(-50%, -50%);
}

.background div:nth-child(6) {
  background: linear-gradient(132deg, #9d5245 0%, #ebec77 100%);
  width: 42%;
  padding-top: 42%;
  left: 34%;
  top: 80%;
  transform: translate(-50%, -50%);
}

.red {
  color: #ff5f5f;
}

#datenschutz-link,
#impressum-link {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#datenschutz-link .text,
#impressum-link .text {
  padding-bottom: 100px;
}
#datenschutz-link .text h1,
#impressum-link .text h1 {
  margin-bottom: 30px;
}
#datenschutz-link .text h2,
#impressum-link .text h2 {
  margin-bottom: 25px;
}
#datenschutz-link .text h3,
#impressum-link .text h3 {
  margin-bottom: 15px;
}
#datenschutz-link .text p,
#impressum-link .text p {
  margin-bottom: 20px;
}
#datenschutz-link .text a,
#impressum-link .text a {
  color: #fff;
}

#impressum-link.active {
  max-height: 1500px;
}

#datenschutz-link.active {
  max-height: 20000px; /* Passe diesen Wert an die Größe deines Inhalts an */
}

.close {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  background-color: transparent;
  border: 0 none;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 100;
}
.close:hover {
  cursor: pointer;
}

@media all and (max-width: 1050px) {
  p,
  label {
    font-size: 17px;
    color: #fff;
  }
  .flex {
    flex-wrap: wrap;
  }
  .white-arrow-link {
    display: block;
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
    width: 100%;
  }
  .white-arrow-link .link-text {
    margin: 0;
  }
  .header .nav ul {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
  }
  .header .nav ul.open {
    max-height: 300px;
  }
  .header .nav ul li a {
    height: 55px;
  }
  .header .hamburger {
    display: block;
    cursor: pointer;
  }
  .header .social-icons {
    display: none;
  }
  .hero {
    background-size: cover;
    height: 650px;
    background-position: bottom;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
  }
  .hero .text {
    width: 100%;
  }
  .portfolio h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .about {
    flex-direction: column;
  }
  .about .text,
  .about .image {
    width: 100%;
    margin-left: 0;
  }
  .about .image {
    width: 80%;
  }
  .about .text h2 {
    text-align: center;
  }
  .about .text p {
    color: #fff;
  }
  .about .text .white-arrow-link {
    margin: 40px auto 70px;
  }
  .stats .stat-box {
    padding: 10px;
  }
  .slider {
    overflow: hidden;
  }
  .slider .slider-content {
    width: auto;
    overflow-x: auto;
    display: flex;
  }
  .slider .testimonial .user {
    padding-bottom: 65px;
    margin-top: 72px;
  }
  .slider .testimonial .user .name {
    bottom: 60px;
  }
  .slider .testimonial .content {
    max-width: calc(100% - 40px);
    top: 2px;
    bottom: 0;
  }
  .slider .testimonial .content:after {
    content: "";
    left: 0 !important;
    right: 0;
    margin: auto;
    transform: translateX(0);
  }
  .slider .testimonial .content p {
    font-size: 14px;
  }
  #contact-form {
    overflow: hidden;
    padding: 20px;
  }
  #contact-form .pr-10 {
    padding-right: 0;
  }
  #contact-form .pl-5 {
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */