@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 430px) {
  body {
    background-color: lightsteelblue;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 800px) {
  body {
    background-color: lavender;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background-color: lightyellow;
    margin-left: 30%;
    margin-right: 30%;
  }
}
#myVideo {
  position: fixed;
  bottom: 0;
  top: 0;
  max-height: 100%;
  /*min-width: 100%;
  min-height: 100%;
  */
}
.text-top-left {
  position: fixed;
  top: 0;
  left: ;
  color: black;
  width: 350px;
  padding: 0.5em;
}
.content {
  position: fixed;
  bottom: 0;
  right: ;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 300px;
  padding: 2px;
}
.weiter {
  position: fixed;
  bottom: 0;
  right: ;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 300px;
  padding: 2px;
}
  .footer {
    position: fixed;
    right: 0.5em;
    bottom: 1px;
    width: ;
    height: 9vh;
    background-color: darkgray;
    color: black;
    text-align: right;
  }
  a {
    color: #8ebf42;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-style: oblique;
  }
  #myVideo {
    position: fixed;
    bottom: 0;
    top: 0;
    max-height: 100%;
    /*min-width: 100%;
  min-height: 100%;
  */
  }
  .sprecher1 {
    background-color: lightgoldenrodyellow;
    float: left;
    width: 100%;
    border-radius: 5px;
    margin: 0em;
    padding: 0.2em;
    opacity: 0.5;
    color: black;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }
  .sprecher2 {
    background-color: lightblue;
    width: 90%;
    float: right;
    border-radius: 5px;
    margin-top: em;
    padding: 0.2em;
    opacity: 0.5;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }
  .sprecher3 {
    background-color: azure;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin: em;
    padding: 0.2em;
    opacity: 0.5;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }

.sprecher4 {
    background-color: darkseagreen;
    width: 90%;
    float: right;
    border-radius: 5px;
    margin-top: em;
    padding: 0.2em;
    opacity: 0.5;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }
  p {
    color: goldenrod;
    background-color: ;
    opacity: 0.;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }
.sprecher-zwischentext {
    background-color: ;
    width: 100%;
    float: right;
    border-radius: 5px;
    margin-top: em;
    padding: 0.2em;
    opacity: 0.5;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.1em;
  }
  .description {
    background-color: azure;
    width: 90%;
    float: left;
    border-radius: 5px;
    margin: em;
    padding: 0.2em;
    opacity: 0.5;
    /*color: darkgreen;
		width: px;
		height: px;
		background-color: beige;
		opacity: 0.5;
		border: ;
		border-color: darkmagenta;
		text-align: ;
		margin-left: %;
        margin-top: %;
		font-style: italic;
		border-radius: 3%;
	float: none;*/
  }