.headlinekleiner {
  font-size: 1rem !important;
  font-family: "latoregular"
}
.typoblack {
  color: #000000 !important;
}
.breiter {
  width: 70% !important;
}
.impressumbreiter {
  width: 50rem !important;
}
h3 {
  font-size: 0.75rem !important;
}
.caption {
  padding-bottom: 15px;
}
.caption a {
  border-bottom: none;
}
.change {
  -moz-filter: grayscale(80%) contrast(80%) brightness(80%);
  -webkit-filter: grayscale(80%) contrast(80%) brightness(80%);
  -ms-filter: grayscale(80%) contrast(80%) brightness(80%);
  filter: grayscale(80%) contrast(80%) brightness(80%);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0.s;
  -webkit-transition-delay: 0.s;
  -ms-transition-delay: 0.s;
  transition-delay: 0.s;
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.change:hover {
  -moz-filter: grayscale(0%) contrast(100%) brightness(100%);
  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
  -ms-filter: grayscale(0%) contrast(100%) brightness(100%);
  filter: grayscale(0%) contrast(100%) brightness(100%);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.kreisel {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.s;
}
.kreisel:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.table {
  width: 100%;
  position: fixed;
  top: 0;
}
.cell {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  grid-column-gap: 15px;
  padding: 15px;
  border-radius: 20px;
  z-index: 10000;
}
.dots {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
.dots .active a:after {
  height: 100%;
}
.dots li {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dots li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0px 0px 10px 0px #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border-width: 1px;
  border-style: solid;
}

.dots li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #777;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.dots li a:hover {
  box-shadow: 0px 0px 10px 2px #000000;
}

.leuchtet {
  background-color: #777 !important;
}

/*.foto {
background: no-repeat url("images/stefan-neu.png");
background-size: cover;
  background-position-x: -60px;
}*/
/* Stellt sicher, dass das Haupt-DIV als Referenzrahmen dient */


.foto {
  position: relative;
  overflow: hidden; /* Wichtig, damit das Video nicht über den Rand lappt */
  /* Falls dein Template Padding hat, bleibt das hier erhalten */
}

/* Das Video: Absolut im Hintergrund positioniert */
.foto-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 125%;
  height: 100%;
  object-fit: cover; /* Füllt die Box komplett aus */
  z-index: 0;        /* Ebene 0 (ganz unten) */
  /*opacity: 0.6;      /* Optional: Video etwas abdunkeln/transparenter machen für Lesbarkeit */
}

/* Dein Text-Wrapper: Muss über dem Video liegen */
.content-overlay {
  position: relative;
  z-index: 1; /* Ebene 1 (liegt über dem Video) */
}