.main-container{
  border-radius: inherit;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: var(--ff-pc-schrift);
  overflow: hidden;
}

.intro-container,
.intro-container-1,
.intro-container-2,
.outro-container,
.zwischen-container-1,
.zwischen-container-2{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--ff-normalschrift);
  width: 95%;
  max-height: 100%;
  /* margin-inline: auto; */
  /* margin-block: 1rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  overflow: auto;
  font-size: 1.75rem;
  padding-block: 1.5rem;
}

/*
  ___  ______ ______  _____      _____  ___  ___   _____  _   _ 
 / _ \ | ___ \| ___ \/  ___|    / /|  \/  | / _ \ |_   _|| \ | |
/ /_\ \| |_/ /| |_/ /\ `--.    / / | .  . |/ /_\ \  | |  |  \| |
|  _  ||  __/ |  __/  `--. \  / /  | |\/| ||  _  |  | |  | . ` |
| | | || |    | |    /\__/ / / /   | |  | || | | | _| |_ | |\  |
\_| |_/\_|    \_|    \____/ /_/    \_|  |_/\_| |_/ \___/ \_| \*/

.pc-container{
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: url("/resources/img/DS_Desktop_HG.jpg");
  background-attachment: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.apps-container {
  padding: 5%;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width: 60%;
  right: 0px;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  gap: 30px;
  overflow: auto;
  
  /* background: linear-gradient(360deg, rgba(226, 226, 226, 0.1) 20.31%, #323232 100%), url(/resources/img/background1_2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.app-element {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: .25rem;
}

.app-element-bild{
  position:relative;
  display: block;
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  border-radius: 10%;
}

#app-ebrief.counter-aktiv>.app-element-bild::before{
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  content: "1";
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: var(--clr-ebrief-neu-badge);
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#app-billig .app-element-bild {
  background-image: url("/resources/img/Apps/BilligZiitig_ohneName_2022.png");
}

#app-guugel .app-element-bild {
  background-image: url("/resources/img/Apps/Guugel_ohneName_2022.png");
}

#app-ebrief .app-element-bild {
  background-image: url("/resources/img/Apps/Ebrief_ohneName_2022.png");
}

#app-polizei .app-element-bild {
  background-image: url("/resources/img/Apps/PolizeiChat_ohneName_2022.png");
}

.app-element-text{
  background-color: rgba(17, 17, 17, 0.4);
  padding: 2px;
  border-radius: 3px;
}

/*____  _____ ______          _   _ ______ 
| ___ \|  _  || ___ \        | | | || ___ \
| |_/ /| | | || |_/ / ______ | | | || |_/ /
|  __/ | | | ||  __/ |______|| | | ||  __/ 
| |    \ \_/ /| |            | |_| || |    
\_|     \___/ \_|             \___/ \*/

.popup-container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(232, 232, 232, 0.8); /* Black with a little bit see-through */
}

/* The content */
.popup {
  position: relative;
  
  width: 80%;
  height: 40%;

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

  border-radius: 10px;

  display: flex;
  flex-direction: column;
  background: black;
}

.popup-menuzeile {
  border-radius: 10px 10px 0px 0px;
  position: relative;
  height: 40px;
  font-size: 1.2rem;
  background-color: white;
}

.popup-menuzeile p{
  position: relative;
  text-align: left;
  color: black;
  left: 1ch;
  top: 50%;
  transform: translateY(-50%);
}


/* Close button */
.popup-menuzeile .popup-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 45px;
  height: auto;
  cursor: pointer;
  color: black;
  content: "\00d7";
  transition: transform 0.5s ease-in-out;
  transform: translate(0, -50%);
}

.popup-menuzeile .popup-close:hover::after {
  cursor: pointer;
}

.popup-content{
  position: relative;
  width: 100%;
  height: 100%;
}

.popup-symbol {
  display:none;
}

.popup-nachrichten {
  position: relative;
  font-size: 1.5rem;
  max-height: 100%;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;

  overflow: auto;
  /* text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center; */
}

/*
______  _   _  _____  _____  _____  _   _  _____ 
| ___ \| | | ||_   _||_   _||  _  || \ | |/  ___|
| |_/ /| | | |  | |    | |  | | | ||  \| |\ `--. 
| ___ \| | | |  | |    | |  | | | || . ` | `--. \
| |_/ /| |_| |  | |    | |  \ \_/ /| |\  |/\__/ /
\____/  \___/   \_/    \_/   \___/ \_| \_/\___*/

.button,
.long-text-button {
  background-color: white;
  color: black; 
  display: inline-block;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  margin: 1rem;
  border-radius: 0.75rem;
  cursor: pointer;
}

.on-button {
  position: relative;
  margin-inline: auto;  
  display: block;
  width: 100px;
  height: 100px;
  min-height: 100px;

  background-image: url("/resources/img/On-Button_weiss.png");
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;

  cursor: pointer;
}

.on-button:hover {
  
  background-image: url("/resources/img/On-Button_gruen.png");
 
}


.intro-button{
  position: relative;
  display: block;
  padding: 0.5rem 2ch;
  font-size: 1.5rem;
  background-color: white;
  cursor: pointer;
  border-radius: 1.25rem;
}


.input-titel {
  display: inline-block;
  width: 15ch;
  margin-right: 2ch;
  text-align: left;
}

.input-field-active,
.input-field-inactive{
  position: relative;
  display: inline-block;
  /* padding-left: 1ch; */
  text-align: left;
  border: 0px;
  outline: 0px;
  bottom: 0px;
  border-bottom: 1px solid darkgrey;
  background-color: white;
  color: black;
}

.input-field-active:focus{
  border-bottom: 2px solid darkgrey;
}


.attributions {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: .5 rem;
  color: grey;
}

.hinweis-ende {
  margin-top: 1rem;
  font-size: 1.5rem;
  padding: 1rem;
  font-style: italic;
  background-color: var(--clr-hinweis-ende);
  color: var(--clr-hinweis-ende-text);
}

.pointer-cursor{
  cursor: pointer;
}


@media only screen and (max-width: 600px){
  .main-container {
    border: 5px solid silver;
  }

  /* .apps-container {
    flex-direction: column;
  } */

  .popup{
    width: 95%;
    height: 80%;
  }
}