﻿/* ----------------------------- Allgemein -----------------------------*/
.fussmenu button {
  background-color: black;
  border-color: black;
  background: black;
  box-shadow: 0px 0px black; 
  font-size: 6pt;
  cursor: pointer;
  transition: 0.2s ease;
}

/* ----------------------------- Armageddon PopUp -----------------------------*/
.Armageddonpopup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* Halbdurchsichtiger Hintergrund */
}


.Armageddonpopup-content iframe {
  max-width: 100%;
  margin-left: 20%;
  padding-left: 5%;
  padding-right: 5%;
}

.Armageddonpopup-content {
  background: grey;
  color: black;
  position: relative;
  height: 75%;
  width: 75%; 
  border: 5px solid red; 
  border-radius: 7px; 
  box-shadow: 3px 3px 7px #333333; 
  box-sizing: border-box;
  margin-top: 1px; 
  background-position: center; 
  margin: 10%; 
  overflow-x: scroll;
}

.Armageddonpopup-content a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.Armageddonpopup-content a:visited {
  color: greenyellow;
  background-color: transparent;
  text-decoration: none;
}

.Armageddonpopup-content a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.Armageddonpopup-content button {
  margin-left: 20%;
}


.Armageddonpopup-content details {
  margin-left: 5%;
  padding-left: 1%;
}

.Armageddonpopup-content summary {
  margin-left: 5%;
}

.Armageddonpopup-content summary:hover {
	color: yellow;
}

.bleiboben {
  background-color: red;
  position: sticky;
  top: 0;
  text-align: center;
}

.Armageddonclose-button {
  float: right;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background: black;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
}

.Armageddonclose-button:hover,
.Armageddonclose-button:focus {
  background: white;
  color: red;
  text-decoration: none;
  cursor: pointer;
}


/* ----------------------------- Trump PopUp -----------------------------*/
#TrumpLaunch {
  background-position: center; 
  margin: auto; 
  padding: 2%;
  padding-left: 27%;
}

#TrumpPopup {
  display: none;
  position: relative;
  height: 65%;
  width: 75%; 
  border: 5px solid white; 
  border-radius: 7px; 
  box-shadow: 3px 3px 7px #333333; 
  box-sizing: border-box;
  margin-top: 1px; 
  background-position: center; 
  margin: auto; 
}

#TrumpPopup .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: red;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
}

#TrumpPopup .Trumpwrapper {
  display: grid; 
  background-color: black;
  box-shadow: 3px 3px 5px white; 
  color: white;
  border: 2px solid rgb(77, 73, 73); 
  border-radius: 3px; 
  gap: 1px;
  padding: 1px;
}

.item0 {
  grid-column: 1 / span 4;
  grid-row: 1;
  border-color: rgb(103, 98, 98);
  border-width: 8px;
  border-style: groove;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: black;
  background-image: url("../images/usa.jpg");
  max-height: 80px;
}

.item1 {
  grid-column: 1;
  grid-row: 2;
  background-color: grey;
}

.item2 {
  grid-column: 2 / span 3;
  grid-row: 2;
  background-color: grey;
  font-size: 18px;
}

.item3 {
  grid-column: 1;
  grid-row: 3;
}

.item4 {
  grid-column: 1;
  grid-row: 4;
}

.item5 {
  grid-column: 1;
  grid-row: 5;
}

.item6 {
  grid-column: 1;
  grid-row: 6;
}

.item7 {
  grid-column: 2 / span 3;
  grid-row: 3 / span 4;
  color: white;
  font-size: 18px;
}

.TJVideoWrapper video {
  max-width: 98%;
  height: auto;
}


/* ----------------------------- Beginn Apple 1. Etage Java-Fenster -----------------------------*/
.VideoContainer {
  background-image: url("../images/iPhone5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 95%;
  margin-left: 12%;
  padding: 5%;
  background-color: black;
}

.VideoWrapper {
  max-width: 75%;
  margin-left: 24%;
  margin-top: 2%;
}

.VideoWrapper video {
  max-width: 60%;
  height: auto;
  object-fit: contain;
  margin-left: 5%;
  margin-top: 2%;
}

/* ----------------------------- Beginn Apple 2. Etage Java-Fenster -----------------------------*/
.JVideoContainer {
  background-image: url("../images/iPhone5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 80%;
  background-color: grey;
  padding: 10%;
  padding-left: 13%;
}

.JVideoWrapper {
  max-width: 90%;
  background-color: black;
}

.JVideoWrapper video {
  max-width: 85%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Apple Hochkant 2. Etage Java-Fenster -----------------------------*/
.JVideoContainerH {
  background-image: url("../images/iPhone5h.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 80%;
  background-color: grey;
  padding: 10%;
  padding-left: 31%;
}

.JVideoWrapperH {
  max-width: 45%;
  background-color: black;
}

.JVideoWrapperH video {
  max-width: 95%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Apple quadrat 2. Etage Java-Fenster -----------------------------*/
.JVideoContainerQ {
  background-image: url("../images/iPhone5Q.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 90%;
  background-color: grey;
  padding: 10%;
  padding-left: 25%;
}

.JVideoWrapperQ {
  max-width: 70%;
  background-color: black;
}

.JVideoWrapperQ video {
  max-width: 95%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Grundig 2. Etage Java-Fenster -----------------------------*/
.GJVideoWrapper {
  background-image: url("../images/Grundig.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 70%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 5%;
  overflow: hidden;
}

  .GJVideoWrapperBG {
    background:#4658ff;
    position:absolute;
    margin-Top: 0;
    width: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

.GJVideoWrapper video {
  max-width: 28%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Grundig 3. Etage Java-Fenster ----NeinDochOh-------------------------*/
.GJVideoWrapper0111 {
  background-image: url("../images/Grundig.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-left: 40%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 5%;
  overflow: hidden;
}

.GJVideoWrapper0111 video {
  max-width: 28%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Apple 3. Etage Java-Fenster -----------------------------*/
.JVideoWrapperR111 {
  background-image: url("../images/iPhone5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 70%;
  background-color: grey;
  padding: 10%;
  padding-left: 18%;
}

.JVideoWrapperR111 video {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn Apple quadrat 3. Etage Java-Fenster -----------------------------*/
.JVideoWrapperQ111 {
  background-image: url("../images/iPhone5Q.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 70%;
  background-color: grey;
  padding: 10%;
  padding-left: 18%;
}

.JVideoWrapperQ111 video {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

/* ----------------------------- Beginn JavaFenster ------------------------------*/
  .popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0vw;
    height: 0vh;
    background: rgba(0, 0, 0, 0);
    z-Index: 1001;
    display: none;
  }

  .popup .content {
    position: absolute;
    bottom: -200px;
    margin-left: 50%;
    width: 80%;
    max-width: 60em;
    height: 550px;
    transform: translate(-50%, -50%) scale(0);
    background: grey;
    overflow: auto;
    overflow-y: auto;
    z-Index: 1002;
    padding: 30px;
    color: white;
    box-sizing: border-box;
  }

  .popup .content div {
   text-align: center;
  }

  .popup .content img {
    max-width: 100%;
  }

  .popup .content iframe {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .popup .content embed {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
  }

  .popup .content li a {
    color: white;
    justify-content: center;
    align-items: center;
    text-align: left;
    list-style-type: circle;
    padding: 5px;
    font-size: 18px;
  }

  .popup .Ueberschrift {
    background:rgb(41, 40, 42);
    box-shadow: 3px 3px 5px white; 
    color: white;
    position: sticky;
    top: -20px;
    height: 100px;
    padding: 20px;
    border: 3px solid rgb(77, 73, 73); 
	  border-radius: 3px; 
  }

  .popup .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .popup .close-btn:hover {
    background:white;
    color: grey;
  }

  .popup.active .overlay {
    display: block;
  }

  .popup.active .content {
    transition:all 200ms ease-in-out;
    transform:translate(-50%, -50%) scale(1);
  }
/* ----------------------------- Ende JavaFenster -----------------------------*/

/* ----------------------------- Beginn Card-Slider-Menu -----------------------------*/
  .slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    padding: 8%;
    background-image: url("../images/bg.jpg");
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
  }

  .card-list .card-item {
    color: #fff;
    user-select: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .card-list .card-item .user-image {
    width: 140px;
    height: 140px; border-radius: 50%;
    margin-bottom: 5px;
    border: 3px solid #fff;
  }

  .card-list .card-item h3 {
    text-align: center;
  }

  .card-list .card-item .user-profession {
    font-size: 1.2rem;
    color: #e3e3e3;
  }

  button {
    font-size: 1.2rem;
    padding: 8px 8px;
    color: whitesmoke;
    border-color: grey;
    border-radius: 10px;
    background: black;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: inset 0 0px 10px 0px rgba(255, 255, 255, 0.14), inset 0px 5px 10px 0px rgba(255, 255, 255, 0.11), inset 0px 2px 5px 0px rgba(255, 255, 255, 0.4), inset 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
  }

  button:hover {
    scale: 1.1;
    color: white;
    background:rgb(56, 52, 52);
  }

  .slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 15px;
  }

  .slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: 450px;
    transition: 0.2s ease;
  }

  .slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
  }

  @media (max-width: 768px) {
    .slider-wrapper {
      margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button{
      display: none;
    }
  }
/* ----------------------------- Ende Card-Slider-Menu -----------------------------*/