body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background-color: rgb(27, 27, 27);
    padding: 0;
  }

  .Hintergrund {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
  .Buttons {
    position: fixed;
    top: 0px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
  }

  .menu-link {
    color: white;
    text-decoration: none;
    margin-left: 24px;
  }

  .menu-link:hover {
    color: rgb(124, 104, 255);
  }

  .logo {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    width: 15%;
    height: 9%;
  }

  .Text {
    position: absolute;
    left: 800px;
    top: 800px;
    color: white;
    font-size: 5000;
    width: 1500px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0, 0.6);
  }
  .blue {
    color: blue;
  }

  .desc {
    color: white;
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 25%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
  }

  .button{
    color: white;
    text-decoration: none;
    background-color:rgb(34, 0, 255);
    padding: 8px;
    border-radius: 10px;
    margin-left: 24px;
  }

  .button:hover {
    color: rgb(120, 120, 120);
  }

  .menu-section{
    margin-right: 16px;
  }

  .slide{
    padding: 0rem;
  }

  .slider-wrapper{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .slider{
    display: flex;
    aspect-ratio: 16 / 7;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow-y: hidden;
	  overflow-x: auto;
    -ms-overflow-style: none;
	  scrollbar-width: none;
  }

  .slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
  }

  .slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .slider-nav a{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity ease 500ms;
  }

  .slider-nav a:hover{
    opacity: 1;
  }

  .Impressum-h2{
    margin-top: 17%;
  }

  .Impressum{
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .footer{
    margin-top: 50px;
    background-color: rgb(12, 12, 12);
    
    
  }
  .footer-inhalt{
    margin-bottom: -16px;
    
    padding: 1%;
    padding-left: 4%;
    height: 100%;
    display: flex;
  }

  .footer-text{
    color:#a4a4a4;
    width: 94%;
  }

  .footer-social{
    width: 40px;
    padding: 1%;
  }

  .Erfolg-Msg{
    color: #fff;
    width: 42%;
    padding: 2%;
    font-size: 24px;
    margin-top: 17%;
    margin-left: 28%;
    background-color: rgb(12, 12, 12);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.429);
    display: flex;
  }

  .Erfolg-Msg a{
    margin-left: 0;
  }

  .logo-msg{
    height: 24vh;
  }

  .formular{
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: 23%;
    max-width: 60%;
    min-width: 60%;
  }

  .formular input, textarea, button{
    outline: none;
    font-size: large;
    border-radius: 10px;
    padding: 1.5%;
    margin: 1%;
    background-color:rgba(255, 255, 255, 0.042);
    border-color: #ffffff;
    color: #fff;
    border-width: 2px;
  }

  .formular a{
    color:#fff;
    font-size: xx-large;
    margin-left: 1%;
    margin-bottom: 100px;
    text-align: center;
  }

  .formular button{
    width: 10vw;
    border-color: rgb(36, 36, 255);
  }

  .formular input:hover, textarea:hover, button:hover{
    border-color: rgb(168, 177, 255);
  }

  .inName{
    width: 50vw;
  }

  .inEmail{
    width: 50vw;
  }

  .inMsg{
    width: 50vw;
    max-width: 50vw;
    min-width: 50vw;
  }

  .checkbtn{
    display: none;
    float: right;
  }

  #check{
    display: none;
  }

  @media (max-width: 700px){
    .footer-social{
      width: 30px;
      padding-top: 5%;
    }

    .footer-text{
      width: 85%;
      font-size: small;
    }

    .logo {
      width: 180px;
    }

    .slider{
      aspect-ratio: 12 / 9;
    }

    .formular button{
      width: 30vw;
    }

    .desc {
      width: 60%;
      margin-top: 45px;
      margin-bottom: 50px;
      margin-left: 20%;
      font-size: 18px;
    }

    .formular{
      width: 80%;
      margin-left: 15%;
      max-width: 80%;
      min-width: 80%;
    }

    .formular a{
      font-size: x-large;
    }

    .inName{
      width: 65vw;
    }
  
    .inEmail{
      width: 65vw;
    }
  
    .inMsg{
      width: 65vw;
      max-width: 65vw;
      min-width: 65vw;
    }

    .Impressum-h2{
      margin-top: 40%;
    }

    .Erfolg-Msg{
      width: 60%;
      padding: 6%;
      font-size: 16px;
      margin-top: 45%;
      margin-left: 14%;
      flex-direction: column;
    }

    .logo-msg{
      height: 100%;
      width: 100%;
    }

    .slider-nav{
      bottom: 4.5rem;
    }
    
    .checkbtn{
      display: block;
      font-size: 30px;
      color:#fff;
      line-height: 80px;
      margin-right: 10%;
      cursor: pointer;
      padding-left: 5%;
      padding-right: 5%;
    }

    .menu-section{
      position: fixed;
      width: 50%;
      background-color: rgba(0, 0, 0, 0.7);
      margin-left: 50%;
      right: -54%;
      top: 83px;
      /*transition: all 500ms;*/
    }
    .Buttons a{
      display: flex;
      flex-direction: column;
      margin: 10%;
      padding: 5%;
      text-align: center;
    }

    #check:checked ~ .menu-section{
      left: 0;
    }
    
    @media (max-height: 530px){
      .menu-section{
        position: absolute;
      }
      .Buttons {
        position: absolute;
      }
    }
  }

  /*@media (max-width: 580px){
    .menu-section{
      top: 80px;
    }
  }

  