/**
 * A simple theme for reveal.js presentations, derived from serif.css
 * It's in the spirit of the Metropolis theme for beamer https://github.com/matze/mtheme
 *
 * This theme is Copyright (C) 2016 Vince Hodges, http://sourdoughlabs.com - it is MIT licensed.
 */

 /** @import url('https://fonts.googleapis.com/css?family=Fira+Sans');
*/


 /*********************************************
 * Meine Settings
 *********************************************/


#custom-slide {
    height: 2500px; /* Hier können Sie die gewünschte Höhe einstellen */
}

 /*********************************************
  * GLOBAL STYLES
  *********************************************/



 /*********************************************
  * PROGRESS BAR
  *********************************************/


  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* Hier können Sie das Seitenverhältnis des Videos anpassen (16:9 entspricht 56.25%) */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
