html {
    font-family: 'Poppins';
    background-color: rgb(15, 15, 15);
    transform-origin: top left;
display: flex;
   

}

body, html {

  height: 100%;
  margin: 0;
  
}




@media (max-width: 940px) and (orientation:landscape) {

.bg {
  /* The image used */
  
  background-image: url("../images/main.jpg") ;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.178);
  /* Full height */
  height: 25em; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.tahg {
  transform: scale(1, .7);
  transform-origin: left;
  margin-left: 1em;
  margin-top: 1em;
      width: max-content;
}
}

@media (max-width: 940px) and (orientation:portrait) {

.bg {
  /* The image used */
  
  background-image: url("../images/main.jpg") ;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.178);
  /* Full height */
  height: 70vh; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tahg {
  transform: scale(1, .7);
  transform-origin: left;
  margin-left: 1em;
  margin-top: 2em;
      width: max-content;
}
}


@media (min-width: 940px) {

  #linkittext {
    font-size: 20px !important;
  }
.bg {
  /* The image used */
  
  background-image: url("../images/main.jpg") ;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.178);
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.tahg {
  transform: scaleX(1.4);
  transform-origin: left;
  margin-left: 1em;
  margin-top: 5em;
      width: max-content;
}
}




@media (max-width: 940px) {
  .rowgif1, .rowgif2, .rowgif3 {
    flex-wrap: wrap;
  }
    #nin {
      margin-right:0 !important;
     height: 7em !important;
    }
    
     #linkittext {
    font-size: 30px !important;
  }
    #electric p {
        font-size: 25px !important;
        text-wrap: nowrap;
        margin-block-start: 0px !important;
        margin-block-end: 0 !important;
        position: absolute;
        margin-left: 10px !important;
        transform:scale(1.1,.9) !important; 
    }
    #langgerman , #langenglish , .dropbtn {
      padding: 10px !important;
    }

    #hdd1{
      margin-top: 150px !important;  margin-left: 0 !important; font-size: 45px; 
    }

    .hideonphone1 {
     display: none !important;
    }
    
    .showonphone1{
    display: block !important;
    }
    
}

#hdd1 {
  margin-top: 250px; margin-left: 50px; font-size: 45px; 
}
.rev6 {
  margin-top: -100px !important; 
}

.hideonphone1 {
 display: block;
}

.showonphone1 {
display: none;
}


/* Global Styles */
.readmore1, .readmore2, .readmore3, .readmore4, .readmore5, .readmore6, .readmore7 {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.readmore1, .readmore2, .readmore3, .readmore4, .readmore5, .readmore7 {
height: 19px;
}


.readmore1 h1, .readmore2 h1, .readmore3 h1, .readmore4 h1, .readmore5 h1, .readmore6 h1, .readmore7 h1 {
  transition: transform 0.3s ease;
}

/* For PC - Show the content by default, hide the X */
@media (min-width: 768px) {
  .unhidethis1, .unhidethis2, .unhidethis3, .unhidethis4, .unhidethis5, .unhidethis6, .unhidethis7 {
    display: block;
    opacity: 1;
    max-height: 10000px; /* Adjust max-height based on your content size */
  }

  .readmore1 h1, .readmore2 h1, .readmore3 h1, .readmore4 h1, .readmore5 h1, .readmore6 h1, .readmore7 h1 {
    display: none; /* Hide the X on PC */
  }
 
#ssss {
 margin-top:5em;
}

}

/* For Mobile - Show the X and hide the content */
@media (max-width: 768px) {
  .unhidethis1, .unhidethis2, .unhidethis3, .unhidethis4, .unhidethis5, .unhidethis6, .unhidethis7 {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.5s ease;
            padding: 0px !important;
        margin: 0px !important;
  }

  .readmore1 h1, .readmore2 h1, .readmore3 h1, .readmore4 h1, .readmore5 h1, .readmore6 h1, .readmore7 h1 {
    display: block; /* Show the + on mobile */
  }

  .rotated h1 {
    display: block; /* Show the X on mobile */
  }
  .cutti {
    margin-top: 0px !important; /* adjust as needed */
  }
#ssss{
 margin-top:0em;
}
}

/* When the hidden section is revealed on mobile */
.unhidethis1.show, .unhidethis2.show, .unhidethis3.show, .unhidethis4.show, .unhidethis5.show, .unhidethis6.show, .unhidethis7.show {
  display: block;
  opacity: 1;
  max-height: 10000px; /* Adjust max-height based on your content size */
  transition: opacity 0.5s ease, max-height 0.5s ease;
}


.cutti {
  margin-top: 100px; /* adjust as needed */
}


 .video-container {
        width: 50%; /* Or your desired width */
        position: relative; /* Important for absolute positioning of the video */
        overflow: hidden; /* To clip any overflow from the video */
    }

    .background-video {
        width: 100%;
        height: auto;
        object-fit: cover; /* Recommended for covering the area */
        position: absolute; /* Position the video within the container */
        top: 0;
        left: 0;
        z-index: -1; /* Ensure the video is behind other content */
    }


  html {
    scroll-behavior: smooth;
    overflow-x:hidden;
  }

 #electric p {
  font-size: 25px;
  
 }
#electric p {
  margin-block-start: 7px !important;
  margin-block-end: 0 !important;
  position: absolute;
  margin-left: -10px;
  transform:scale(1,.8);
}

 
.rowgif1 , .rowgif2 , .rowgif3 {
  align-self: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.columngif {
  float: left;
  padding: 0px;
  width: 100%;
  margin: 10px;
  display: flex;
}

p, .c2 {
  font-size: 18px !important;
  margin-block-start: 10px;
  margin-block-end: 10px;
}
.mySlides {
  display: none;
  opacity: 0;
  transition: opacity 1s ease; /* 1 second fade effect */
}

.mySlides.show {
  display: block;
  opacity: 1;
}


.containerfull {
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  
}
.surrounding {
  background-color: #ffffff;
  border: 3px solid #000;
  width: 1024px;
  margin: 20px auto;
  padding: 30px;
  padding-top: 0px !important;
}

.dropbtn {
  background-color: #ffffff00;
  color: rgb(255, 255, 255);
  padding:10px;
  font-size: 30px;
  border: none;
  
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background: #ffffff;
  min-width: 200px;
  top: 60px;
  right: 10px;
  z-index: 1;
  font-size: 16px;
}

.dropup-content a {
  color: rgb(0, 0, 0);
  padding: 16px 20px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #e6e6e6}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background: #ffffff15;
}

.topless {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}




 


.login-box {
  font-size: 1rem !important;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.login-box p:first-child {
  
  padding: 0;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #000000;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #000000;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  letter-spacing: 3px
}

.login-box a:hover {
  background: #000000;
  color: #ffffff;
}

.login-box a span {
  position: absolute;
  display: block;
}



.login-box p:last-child {
  color: #aaa;
  font-size: 14px;
}

.login-box a.a2 {
  color: #fff;
  text-decoration: none;
}

.login-box a.a2:hover {
  background: transparent;
  color: #aaa;
}

.user-box input.error {
  border-bottom: 2px solid red; 
}


h1 {
  font-family: 'Poppins';
  font-weight: 100;
  color: #ffffff;
  font-size: 40px;
}


.rev1 {
  width: 100%;
  height: 600px;
}


/* 
.toggle-cont {
  width: 100px;
  height: 50px;
  top: 40px;
}

.toggle-cont .toggle-input {
  display: none;
}

.toggle-cont .toggle-label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 6px;
  width: 100%;
  height: 100%;
  background: #272727;
  box-sizing: content-box;
  box-shadow: 0px 0px 16px -8px #fefefe;
}

.toggle-cont .toggle-label .cont-label-play {
  position: relative;
  width: 50px;
  aspect-ratio: 1 / 1;
  background: #5e5e5e;
  transition: all 0.5s ease;
}

.toggle-cont .toggle-input:checked + .toggle-label .cont-label-play {
  background: #f43f5e;
  transform: translateX(50px);
}

.toggle-cont .toggle-label .label-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background: #fefefe;
  border-radius: 4px;
  clip-path: polygon(25% 0, 75% 50%, 25% 100%, 25% 51%);
  transition: all 0.2s ease;
}

.toggle-cont .toggle-input:checked + .toggle-label .label-play {
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */




/* Hide the images by default */
.mySlides {
  display: none;
  max-height: 550px;
  
}

.mySlides img{
  max-height: 530px;
  width: 100%;
  object-fit: contain;
  
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  
  width: auto;
  position: absolute;
  padding: 10px;
  color: rgb(255, 255, 255);
  background-color: #222222d3;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 99;
  -webkit-user-select: none;
  top: 50%;
  transform: translateY(-50%);
}


.prev {
  left: 10px;
}
/* Position the "next button" to the right */
.next {
  right: 10px;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.877);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}





.container1 , .container2 , .container3, .container4, .container5, .container6, .container7, .container8 {
  width: 100%;

  margin: auto;
  height: 100%;
 
}

.rev1, .rev2, .rev3, .rev4, .rev5, .rev6{
  width: 100%;
  height: 110vh;
  margin: auto;
  z-index: 1;
}

.rev7 {
  width: 100%;
  height: 80vh;
  margin: auto;
  z-index: 1;
}
.rev8{
  width: 90%;
  height: 80vh;
  margin: auto;
  z-index: 1;
}

model-viewer {
  --progress-bar-height: 10px;
  --progress-bar-color: rgb(73, 73, 73);
} 


#gamma {
 font-family: "Poppins";
 margin-top: 30px;
 font-size: 20px;
 margin-left: 10px;
}



#contpic {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
     flex-wrap: wrap;
     
}



#column {
  float: left;
  width: 20%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  float: left;
  justify-content: center;
}

#column img{
  width: 80%;
  height: auto;
  transition: .2s;
}

#column img:hover{
  scale: 1.05;
  transition: .2s;
}

.img img:hover {
  scale: 1.05;
  transition: .2s;

}


.c2 {
  color: white;
}