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

.intro-container,
.intro-container-1,
.intro-container-2,
.outro-container {
  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;
}

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

.apps-container {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  
  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: 1rem;
}

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

  border-radius: 10%;
}

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

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

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

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

.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: 5px;
  font-size: 60px;
  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-symbol {
  display:none;
}

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

  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");
 
}

.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: 0;
  outline: 0;
  border-bottom: 2px solid darkgrey;
  background-color: white;
  color: black;
}

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


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

.hinweis-ende {
  margin-top: 1rem;
  font-size: 1rem;
  font-style: italic;
  color: coral;
}

.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%;
  }
}