.signature, .signature a {
  background: #000;
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.signature-social-block {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.signature .copyright, .signature .signature-social-block li {
  display: inline-block;
}

.signature {
  padding-top: 5px;
}

.cc-grower {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 100000000;
}

/*

Hier werden alle Anpassungen die in der Public View am Css gemacht werden
eingetragen.

*/
.site-content {
  min-height: calc(100vh - 450px);
  background: #111111;
}

@media screen and (max-width: 768px) {
  .site-content {
    min-height: calc(100vh - 760px);
  }
}
.elementor-2014 {
  background: white;
}

.block {
  z-index: 1000;
}

.fullscreen-container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-text {
  z-index: 100;
  color: white;
  font-size: 8rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

#listing-detail-first-h2 {
  color: white;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  #listing-detail-first-h2 {
    margin-top: 20px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body, .elementor-element .elementor-widget-text-editor, .elementor-element .elementor-widget-icon-list .elementor-icon-list-item {
  color: white;
}
