body {
    margin: 0;
    font-family: "Cinzel", sans-serif;
    background: radial-gradient(circle at top, #3a3a3a, #111);
}

.aot {
    background-image: url('./assets/1000414286.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    gap: 20px;
}
.divlink {
    margin: 0 15px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.divlink:hover {
    color: rgb(209, 202, 202)
}
.logo {
    height: 80px;
    width: auto;
}
.logo-instagram {
    height: 24px;
    width: auto;
}
.navigation {
    display: flex;
    align-items: center;
}
.logo-instagram:hover {
    filter: drop-shadow(0px 0px 4px #ffffff);
}
h1 {
    color: #A8A8A8;
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Cinzel", cursive;
    font-weight: 900;

    background: linear-gradient(
      180deg,
      #f2f2f2 0%,
      #cfcfcf 25%,
      #ffffff 40%,
      #b8b8b8 55%,
      #e6e6e6 70%,
      #bdbdbd 85%,
      #f5f5f5 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.06) 0px,
      rgba(255,255,255,0.06) 1px,
      rgba(0,0,0,0.06) 2px,
      rgba(0,0,0,0.06) 3px
    );
    background-blend-mode: overlay;
    background-size: 100% 100%, 6px 100%;

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 1px rgba(255,255,255,0.5),
        0 -1px 1px rgba(0,0,0,0.35),
        0 6px 10px rgba(0,0,0,0.35);
      animation: brushLight 8s ease-in-out infinite;
    background-size: 100% 100%, 4px 100%;
    filter: contrast(1.15);

}

    @keyframes brushLight {
    0%   { background-position: 0% 0%, 0 0; }
    50%  { background-position: 0% 100%, 40px 0; }
    100% { background-position: 0% 0%, 0 0; }
}

.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}   
.footer {
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.social-media {
    display: flex;
    align-items: center;
    justify-content: center;;
}
.impressum-link {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}
.impressum-link:hover {
    text-decoration: none;
    color: A8A8A8;
}
.impressum {
    color: white;       
}
.about-video {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding-bottom: 20px;
}
.about-content {
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    color: white;
    font-size: 18px;
    gap: 40px;
}
.contact {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-details {
color: white;
font-size: 18px;
text-decoration: none;
}
.contact-details:hover a{
    text-decoration: none;
    color: #A8A8A8;
}
a {
    text-decoration: none;
    color: white;
    padding-left: 10px;
}
h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.contact-icon {
    height: 24px;
    width: auto;
    margin-right: 10px;
}
.contact-links {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-img {
    width: 400px;
    height: auto;
}
.contact-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.projekte-text {
    font-size: 18px;
    color: white;
    line-height: 1.6;
    text-align: center;
    padding-left: 64px;
    padding-right: 64px;
}
.projects {
   color: white;
    display: flex;  
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 100px;
    padding-bottom: 100px;
}
.project-videos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
  
}
.project-instagram {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.videos {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.project-videos > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-image {
    width: 400px;
    height: auto;
}
.divider {
    width: 85%;
    height: 2px;
    background-color: #A8A8A8;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.divider2 {
    width: 90%;
    height: 2px;
    background-color: #A8A8A8;
    margin: 10px auto;
}
@media (max-width: 768px) {

  /* HEADER */
  header {
    flex-direction: column;
    text-align: center;
  }

  .navigation {
    flex-wrap: wrap;
    justify-content: center;
  }

  .divlink {
    font-size: 16px;
    margin: 5px 10px;
  }

  h1 {
    font-size: 2rem;
  }

  .logo {
    height: 60px;
  }
  .about-content {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }

  .about-video video {
    width: 100%;
    max-width: 100%;
  }
  .contact-content {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    text-align: center;
  }

  .contact-img {
    width: 100%;
    max-width: 320px;
  }

  .contact-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  .project-videos {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .videos {
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }

  .project-instagram {
    padding: 20px;
  }
  .projects {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .project-image {
    width: 100%;
    max-width: 320px;
  }
    .footer-links {
    flex-direction: column;
    gap: 10px;
  }
  @media (max-width: 480px) {
  h1 {
    font-size: 1.7rem;
  }

  .divlink {
    font-size: 14px;
  }
}

}


