  body {

    color: rgba(255, 255, 255);

    background-image: linear-gradient(to bottom,#000000, #000000)

  }





  .navbar {

    background-color: transparent;

    display: flex;

    justify-content: space-between;

    align-items: center;

    transition: background-color 0.3s ease;

  }

  

  .nav-link,

  .navbar-collapse,

  .navbar-toggler button {

    color: rgba(255, 255, 255);

  }

    

  .navbar-toggler-icon {

    fill: rgba(255, 255, 255);

  }



  .navbar.dark-background {

    background-color: rgba(1126, 0, 0, 0.1);

  }

  

    

  

  .website-brand {

    margin-right: auto;

  }

  

  

  

  .navbar-brand:hover {

    transition: color 0.3s ease;

    color: #a39d9d;

  }

  

  

  

  .jumbotron {

    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url("/assets/img/main.jpg");

    background-size: cover;

    height: 100vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    overflow: hidden;

  }

  

  

  

  .jumbotron h1 {

    font-size: 64px;

    margin-bottom: 20px;

    opacity: 0;

    animation: slideIn 1s ease-out forwards;

  }

  

    

  

  .jumbotron p {

    font-size: 28px;

    opacity: 0;

    animation: slideIn 1s ease-out 0.5s forwards;

  }



  .kontakt {

    height: auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    overflow: hidden;

    margin-bottom: 100px;

    margin-top: 120px;

  }



  .kontakt h1 {

    font-size: 48px;

    margin-bottom: 5%;

  }



  .kontakt p {

    font-size: 20px;

    margin-left: auto;

    margin-right: auto;

    max-width: 500px;

  }



  .kontakt img {

    height: 25vh;

    width: auto;

    border-radius: 50%;

    margin: 5%;

  }



  .kontakt i {

    margin-right: 8px;

  }



  .kontakt a {
    color: rgba(255, 255, 255);

    text-decoration: none;

  }



  .kontakt a:hover {

    transition: color 0.3s ease;

    color: #a39d9d;

  }

  

  #cta-button {

    border: 2px solid rgba(255, 255, 255, 0.7);

    border-radius: 15px;

    background-color: transparent;

    padding: 10px 20px;

    font-size: 32px;

    text-decoration: none;

    color: rgba(255, 255, 255);

    opacity: 0;

    margin-top: 120px;

    margin-right: 10px;

    animation: slideIn 1s ease-out 1s forwards;

    transition: all 0.3s ease;

  }

  

  #cta-button:hover {

    color: #a39d9d;

    border: 2px solid #a39d9d;

    background-color: #1f0000;

  }



  .yt-embeded {

    position: relative;

    padding-bottom: 28.125%;

    margin-top: 5%;

    height: 0;

    overflow: hidden;

    background: linear-gradient(to bottom,#000000, #000000, #1f0000);

  }

  

  .yt-embeded iframe {

    position: absolute;

    top: 0;

    left: 30%;

    width: 40%;

    height: 80%;

  }



  .social {

    display: none;

  }





  #cookies {

    width:  100%;

    position: fixed;

    bottom: 0;

    background-color: rgba(1126, 0, 0, 0.1);

    z-index: 1;

    color: rgba(255, 255, 255, 0.8);

    display: none;

  }

  

  

  

  .cookies {

    min-height: 70px;

    margin-top: 10px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

  }

  

  

  

  .cookies a {

    color: rgba(255, 255, 255, 0.4);

    text-decoration: none;

  }

  

  

  

  .cookies a:hover {

    transition: color 0.3s ease;

    color: #a39d9d;

  }

  

  

  

  #cookies-btn{

    border-radius: 5px;

    margin-bottom: 10px;

    padding: 8px 12px 8px 12px;

    font-size: 1rem;

    font-family: inherit;

    cursor: pointer;

    border: 3px solid rgba(163, 157, 157, 0.1);

    background-color: rgba(163, 157, 157, 0.1);

    color: rgba(255, 255, 255, 0.8);

  }



  .footer {

    background-color: #1f0000;

    color: white;

    padding: 20px 0;

  }

  

    

  

  .footer a {

    color: white;

  }

  

  

  

  .footer-link {

    margin-left: 10px;

    text-decoration: none;

    color: white; 

    color: white;

    transition: color 0.3s ease;

  }

  

    

  

  .footer-link:hover {

    color: #a39d9d;

  }

  

  

  

  .footer-separator {

    margin: 0 20px;

  }



  

  .text {

    margin: 0 auto; 

    padding: 20px; 

    text-align: left;

    justify-content: center;

  }

  

  

  

  .text-small {

    height: 100vh;

  }

  

  

  

  .text-content {

    margin-top: 50px;

    line-height: 1.5;

    text-align: left;

  }

  

  

  

  .text h1 {

    font-size: 32px;

    margin-top: 80px;

    margin-bottom: 20px;

  }

  

  

  

  .text p {

    font-size: 16px;

  }

  

  .container-bs {

    width: 50%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    font-size: 18px;

  }



  .member-main {

    font-size: 26px;

  }



  .member-sub {

    font-size: 18px;

    color: rgba(163, 157, 157, 0.9);

  }



  .member-social img {

    width: 20px;

    margin-top: 8px;

    margin-right: 3px;

  }



  .member-social img:hover {

    transform: scale(1.1);

  }



  .thumbnail {

    position: relative;

    overflow: hidden;

    height: 300px;

  }



  .thumbnail img {

    width: auto;

    height: 100%;

    object-fit: cover;

    min-width: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

  }



  .thumbnail.zoom-left img {

    left: 75%;

  }



  .overlay {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background-color: rgba(0, 0, 0, 0.5);

    opacity: 0;

    transition: opacity 0.3s ease;

    display: flex;

    justify-content: center;

    align-items: center;

  }

  

  .thumbnail:hover .overlay {

    opacity: 1;

  }



  .overlay i {

    color: white;

    font-size: 3em;

  }



  .modal-content {

    background-color: rgba(1126, 0, 0, 0.1);

  }



  .modal-dialog {

    max-width: 800px;

  }



  .close-modal {

    position: absolute;

    right: 15px;

    color: rgba(255, 255, 255, 0.7);

    cursor: pointer;

    font-size: 2.5em;

  }



  .close-modal:hover,

  .prev:hover,

  .next:hover {

    color: #a39d9d

  }



  #modalImage {

    max-width: 100%;

    height: auto;

    margin: 0 auto;

    display: block;

  }



  .prev,

  .next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    color: rgba(255, 255, 255, 0.7);

    font-size: 2em;

    cursor: pointer;

  }



  .prev {

    left: 15px;

  }



  .next {

    right: 15px;

  }



  .rep {

    font-size: 24px;

  }



  .caption {

    font-size: 64px;

    margin-top: 10%;

    margin-bottom: 5%;

  }



  .section {

    opacity: 0;

    transition: opacity 0.5s ease; 

  }

  

  .visible {

    opacity: 1;

  }





  @keyframes slideIn {

    0% {

      transform: scale(0);

      opacity: 0;

    }

  

    100% {

      transform: scale(1);

      opacity: 1;

    }

  

  }



  @media screen and (max-width: 768px) {



  

    .jumbotron h1 {

      font-size: 40px;

      padding-left: 5%;

      padding-right: 5%;

    }



    .jumbotron p{

      font-size: 20px;

      padding-left: 5%;

      padding-right: 5%;

    }



    .kontakt h1{

      font-size: 36px;

      padding: 5%;

    }



    .kontakt p {

      font-size: 16px;

      padding: 5%;

    }



    .kontakt img {

      height: 17.5vh;

    }



    #cta-button {

      margin-top: 20%;

    }



    .yt-embeded iframe {

        display: none;

      }



    .social {

        display: block;

        padding-top: max(100px, 10%);

        

    }



    .social img{

        position: absolute;

        width:30%;

        bottom: 0;

        left: 50%; 

        transform: translateX(-50%); 

    }



    .thumbnail.zoom-left img {

      left: 50%;

    }



    .footer {

      font-size: 1em;

    }

  

    .footer-separator {

      margin: 0 0px;

    }

  

    .navbar {

      flex-direction: column;

      align-items: flex-end;

    }

  

    .navbar-collapse {

      display: flex;

      flex-direction: column;

      align-items: flex-end;

      width: 100%;

      margin-top: 10px;

    }



    .container-bs {

      width: 80%;

    }



    .caption {

      font-size: 48px;

    }



    .gcon .modal-content {

      height: 250px;

    }



  }