@charset "UTF-8";
.elementor-widget-gaestebewertung-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-image {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  border: 7.5px solid #F5F4F0;
  margin-right: 40px;
  background-color: #fff;
}

.elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-texts {
  max-width: calc(100% - 250px);
}

.elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-text {
  color: #fff;
}

.elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-author {
  margin: auto;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #8EADB5;
	white-space: nowrap;	
}

.elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-author::before {
  content: "‒";
  padding-left: 5px;
  color: #8EADB5;
}

@media (max-width: 859px) {
  .elementor-widget-gaestebewertung-container {
    display: block;
    width: 100%;
  }
  .elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-image {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    border: 5px solid #F5F4F0;
    margin: 0px auto;
  }
  .elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-texts {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-text {
    width: 100%;
  }
  .elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-author {
    margin: 0px auto;
    margin-top: 10px;
  }
  .elementor-widget-gaestebewertung-container .elementor-widget-gaestebewertung-author::before {
    content: "";
    padding-left: 0px;
  }
}
/*# sourceMappingURL=gaestebewertung-widget.css.map */