.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding: 20px;
    position: absolute;
    top: 20%;
    visibility: hidden; 
    
}


    .video-item {
  
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      

    }
    .video-item video {

      width: 100%;
      height: auto;
      border-radius: 5px;
      
    
    }

body {
  background-color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  color: rgb(255, 162, 0);
}
p {
  color: rgb(255, 119, 0);
}

.knopf {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    border: 5px solid rgb(180, 116, 12);
    padding: 10px;
    width: 500px;
    height: 250px;

}


.head {
  position: absolute;
  left: 8%;
    width: 50px;
    display: flex;
    align-items: center;
    border: 40px orange;
    padding: 5px;
    width: 100px;
}

.Huhn {
    width: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: orange;
    width: 110px;
    height: 40px;
    border-radius: 5px;
}

.suchen input {
   position: absolute;
    top: 5.5%;
    left: 39.5%;
    width: 300px;
    height: 20px; 
    padding: 10px; 
    font-size: 18px;
    border: 3.5px solid rgb(48, 48, 46); 
    border-radius: 5px; 
    background-color: transparent;
    color: white;
    
}

.suche2 {
  position: absolute;
    top: 7.8%;
    left: 37%;
    font-size: 12px;
}

.line{
  position: absolute;
  top: 13.5%;
  width: 99%;
}

.knopfgroß{
  width: 60px;
  height: 40px;
  background-color: white;
  border-radius: 5px;
  font-size: 20px;
}

.konto{
  position: absolute;
  right: 20px; 
  top: 20px;    
  z-index: 9999; 
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 50%; 
  padding: 5px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 300px;
  height: 40px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
  margin: auto 0;
  border: none;
  border-radius: 8px;
  font-size: 15px;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: white;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 13%;
  top: 0.1%;
  width: 1100px; /* Full width */
  height: 700px; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 50px;
  overflow: hidden;
}

/* Modal Content/Box */
.modal-content {
  background-color: #000000;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #000000;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* Login-Button schöner gestalten */
.modal-content button[type="submit"] {
  display: block;         /* Zentriert im Container */
  margin: 0 auto;         /* Automatischer Rand für Zentrierung */
  width: 150px;           /* Breite des Buttons */
  height: 45px;           /* Höhe des Buttons */
  background-color: #ff8000; /* Knalliges Orange */
  color: white;           /* Textfarbe Weiß */
  border: none;           /* Kein Rand */
  border-radius: 25px;    /* Abgerundete Ecken */
  font-size: 18px;        /* Größere Schrift */
  font-weight: bold;      /* Fettere Schrift */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Schattierung */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;        /* Zeigt auf Klickbarkeit */
}

.modal-content button[type="submit"]:hover {
  transform: translateY(-3px);  /* Leichter "Schwebe"-Effekt */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Intensivere Schattierung */
}

.modal-content button[type="submit"]:active {
  transform: translateY(1px);   /* Klick-Effekt */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);  /* Reduzierte Schattierung */
}


/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #ff0000;
  font-size: 35px;
  margin: 80px 0;
  border: none;
 
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.label-check {
  display: none;
}

.hamburger-label {

  width: 50px;
  height: 5px;
  display: block;
  cursor: pointer;
}

.hamburger-label div {
  position: relative;
  top: 40px;
  left: 15px;
  width: 40px;
  height: 5px;
  background-color: #ff6f00;
  position: absolute;
}

.line1 {
  transition: all .3s;
}

.line2 {
  margin: 12px 0 0 0;
  transition: 0.3s;
}

.line3 {
  margin: 24px 0 0 0;
  transition: 0.3s;
}

#label-check:checked + .hamburger-label .line1 {
  transform: rotate(35deg) scaleX(.55) translate(39px, -6.5px);
  border-radius: 50px 50px 50px 0;
}

#label-check:checked + .hamburger-label .line3 {
  transform: rotate(-35deg) scaleX(.55) translate(39px, 6.5px);
  border-radius: 0 50px 50px 50px;
}

#label-check:checked + .hamburger-label .line2 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 45px;


}