@charset "utf-8";
/* CSS Document */
@media screen and (min-width : 464px) {
  body {
    background-color: #E7DCDC;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width : 903px) {
  body {
    background-color: antiquewhite;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background-color: lightgray;
    margin-left: 30%;
    margin-right: 30%;
  }
}
#myVideo {
  position: fixed;
  bottom: 0;
  top: 0;
  max-height: 100%;
  /*min-width: 100%;
  min-height: 100%;
  */
}
.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;
}
.weite {
  position: fixed;
  bottom: 0;
  right: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: red;
  width: 300px;
  padding: 2px;
}
.footer {
  position: fixed;
  right: 0.1em;
  bottom: 0.1em;
  width: auto;
  height: 5vh;
  background-color: darkgra;
  color: black;
  text-align: right;
  padding: 1em;
  border-radius: 1em;
}
a {
  color: coral;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-style: ;
}
.nav {
  position: fixed;
  left: 0.1em;
  bottom: 0.1em;
  width: auto;
  height: 5vh;
  background-color: darkgra;
  color: black;
  text-align: left;
  padding: 1em;
  border-radius: 1em;
}
#myVideo {
  position: fixed;
  bottom: 0;
  top: 0;
  max-height: 100%;
  /*min-width: 100%;
  min-height: 100%;
  */
}
.sprecher1 {
  background-color: lightgoldenrodyellow;
  float: left;
  width: 80%;
  border-radius: 5px;
  margin: 0em;
  padding: 0.2em;
  opacity: 0.8;
  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.8;
  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.8;
  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.8;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
}
.sprecher-telefon {
  background-color: antiquewhite;
  width: 70%;
  float: right;
  border-radius: 5px;
  margin-top: em;
  padding: 0.2em;
  opacity: ;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
}
p {
  color: goldenrod;
  background-color:
    opacity:;
  font: 1.1em Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h1 {
    font: 2.5em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h3 {
  font: 1.6em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h2 {font: 2em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  
}
  .sprecher-zwischentext {
    background-color: aliceblue;
    width: 100%;
    float: right;
    border-radius: 5px;
    margin-top: em;
    padding: 0.2em;
    opacity: 0.;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: indigo;
    font-size: 1.1em;
  }
  .description {
    background-color: azure;
    width: 90%;
    float: left;
    border-radius: 5px;
    margin: em;
    padding: 0.2em;
    opacity: 0.;
    /*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;*/
  }
  .telefon {
    background-color: antiquewhite;
    width: 90%;
    float: right;
    border-radius: 5px;
    margin-top: em;
    padding: 0.2em;
    opacity: 0.9;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 1.0em;
  }
  .pagination {
    position: fixed;
    left: 50%;
    bottom: 0.1em;
    /*width: ;
    height: ;
    background-color: ;
    */
    color: black;
    /*text-align: ;
	  padding: em;
	  border-radius: em;*/
  }
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: 0 10%;
  }
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: darkgray;
    font-weight: bold;
    font-size: 3em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    left:80%;
    border-radius: 6px 0 0 6px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(173, 54, 54, 0.80);
  }
  /* Caption text */
  .text {
    color: hotpink;
    font-size: em;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 50%;
    text-align: left;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: blue;
    font-size: 5em;
    padding: 8px 12px;
    position: absolute;
    top: 0.1em;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 0 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: 0.6s ease;
  }
  .active, .dot:hover {
    background-color: #717171;
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .t {
    color: red;
    font-size: 1.0em;
    padding: ;
    position: ;
    bottom: ;
    width: 50%;
    text-align: left;
    background: azure;
    margin-left: 10px;
    margin-top: 10px;
    opacity: 0.9;
    border: 2px solid;
    border-color: darkorange;
    border-radius: 5px;
  }
  .description {
    color: darkgreen;
    ;
    width: px;
    height: px;
    background-color: beige;
    opacity: 0.5;
    border: solid;
    border-color: darkmagenta;
    text-align: center;
    margin-left: 60%;
    margin-top: 30%;
    font-style: italic;
    border-radius: 3%
  }
  .ausruf1 {
    font-size: 60px;
    color: darkorange;
  }
  .pfeil-rechts {
    float: right;
  }
  .name-telefon {
    font-size: 1.5em;
    color: #E08825
  }
  @keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  #centeralign {
    display: table-cell;
    vertical-align: ;
  }
	.img1 {
			display: flex; 
    justify-content: center; 
    align-items: center;
		}
		.img2 {
			display: flex; 
    justify-content: center; 
    align-items: center;
		}
		.textlokal {
			display: flex; 
    justify-content: center; 
    align-items: center;
		}