.elementor-938 .elementor-element.elementor-element-2d12b72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-938 .elementor-element.elementor-element-dbed7b0 > .elementor-widget-container{margin:-131px 0px -68px 0px;}.elementor-938 .elementor-element.elementor-element-440a4a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dbed7b0 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.cytat-wittgenstein {
  width: 100%;
  background: transparent;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cytat-box {
  text-align: center;
  animation: floatUpDown 4s ease-in-out infinite;
}

.cytat-box blockquote {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}

.autor {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #333;
}

.autor-highlight {
  font-weight: 700;
  background: linear-gradient(
    to right,
    #000 0%,
    #000 30%,
    #ff3cac 50%,
    #000 70%,
    #000 100%
  );
  background-size: 300%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: autorGlow 10s linear infinite;
}

@keyframes autorGlow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}

@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}/* End custom CSS */