
#info p {
   font-size: 20px;
}
#ausgabe {
   height: var(--ausgabe-height);
}
#ausgabe iframe {
   width: 100%;
   height: 100%;
}
/* Seitendesign Ende */

/* ------------------- */


@media screen and (max-width: 1081px) { /* Alles BIS 1081 Pixel breite */
   .rechte p {
      font-size: 16px;
   }
   #ausgabe {
      height: var(--ausgabe-height-mobile);
   }
}
@media screen and (min-width:1999px) { /* Alles AB 1999 Pixel breite */
   
}