/* 
Theme Name: Hello Kunze
Theme URI: https://github.com/elementor/hello-theme-child/
Author: Oliver Schwarz, helloblack GmbH
Author URI: https://helloblack.digital
Description: Ein Child-Theme für Sona
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

body,
#content,
.page-content {
    overflow-x: hidden;
}

/* anchor offet */
:target:before {
    content: "";
    display: block;
    height: 170px;
    margin-top: -170px;
}

/* teamslider */
.team-card {
  position: relative;
}
.team-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.01);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.team-card .overlay-text {
  z-index: 2;
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.team-card:hover::after,
.team-card:hover .overlay-text {
  opacity: 1;
}
@media (max-width: 576px) {
    .team-card::after {
        height: 140px;
    }
}

/* google bewertungen */
div.ti-widget.ti-goog .ti-review-item > .ti-inner {
    border-radius: 40px !important; 
    border: 1px solid #000 !important;
    padding: 50px !important;
    background-color: #FFF !important;
}
div.ti-widget.ti-goog .ti-widget-container {
    font-size: 14px !important;
}
div.ti-widget.ti-goog .ti-controls-line{
    display: none !important;
}
@media (max-width: 576px) {
    div.ti-widget.ti-goog .ti-review-item > .ti-inner {
        margin: 0px 30px !important;
    }
}