@charset "UTF-8";
/* 
Theme Name: WinMOD Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.wm-custom-hotspot .e-hotspot__label {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wm-custom-hotspot .e-hotspot__label > span {
  position: absolute;
  left: 15px;
  padding: 5px 10px 5px 35px;
  background: var(--e-global-color-secondary);
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: left;
  white-space: nowrap;
}
.wm-custom-hotspot .e-hotspot__label:hover > span {
  transform: scaleX(1);
}

.wm-custom-hotspot .e-hotspot:focus .e-hotspot__label > span {
  transform: scaleX(1);
}

.wm-custom-hotspot .e-hotspot__label {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wm-custom-hotspot .e-hotspot .e-hotspot--expand:before {
  animation: e-hotspot-expand-delayed 14s infinite;
}

.wm-custom-hotspot .e-hotspot:nth-child(1) .e-hotspot--expand:before {
  animation-delay: 0.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(2) .e-hotspot--expand:before {
  animation-delay: 1s;
}

.wm-custom-hotspot .e-hotspot:nth-child(3) .e-hotspot--expand:before {
  animation-delay: 1.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(4) .e-hotspot--expand:before {
  animation-delay: 2s;
}

.wm-custom-hotspot .e-hotspot:nth-child(5) .e-hotspot--expand:before {
  animation-delay: 2.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(6) .e-hotspot--expand:before {
  animation-delay: 3s;
}

.wm-custom-hotspot .e-hotspot:nth-child(7) .e-hotspot--expand:before {
  animation-delay: 3.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(8) .e-hotspot--expand:before {
  animation-delay: 4s;
}

.wm-custom-hotspot .e-hotspot:nth-child(9) .e-hotspot--expand:before {
  animation-delay: 4.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(10) .e-hotspot--expand:before {
  animation-delay: 5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(11) .e-hotspot--expand:before {
  animation-delay: 5.5s;
}

.wm-custom-hotspot .e-hotspot:nth-child(12) .e-hotspot--expand:before {
  animation-delay: 6s;
}

@keyframes e-hotspot-expand-delayed {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  10% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.wm-full-link {
  position: static;
}
.wm-full-link a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.elementor-editor-active .wm-full-link {
  position: relative;
}
.elementor-editor-active .wm-full-link a:after {
  position: relative;
  display: inline-block;
  content: "Vorschau - Link füllt Container aus.";
  font-size: 10px;
  line-height: 1.1;
  color: #f00;
}

.post-password-form {
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 15px;
  flex-direction: column;
  max-width: 768px;
  margin: 0;
}
.post-password-form > p {
  max-width: 768px;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-widget-text-editor ul {
  margin-bottom: 1rem;
}
